We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0396ce0 commit 8029364Copy full SHA for 8029364
src/test/ui/feature-gates/feature-gate-abi-avr-interrupt.stderr
@@ -1,10 +1,11 @@
1
error[E0658]: avr-interrupt and avr-non-blocking-interrupt ABIs are experimental and subject to change
2
- --> $DIR/feature-gate-abi-avr-interrupt.rs:14:1
+ --> $DIR/feature-gate-abi-avr-interrupt.rs:4:8
3
|
4
LL | extern "avr-interrupt" fn foo() {}
5
- | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+ | ^^^^^^^^^^^^^^^
6
7
- = help: add #![feature(abi_avr_interrupt)] to the crate attributes to enable
+ = note: see issue #69664 <https://github.com/rust-lang/rust/issues/69664> for more information
8
+ = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
9
10
error: aborting due to previous error
11
0 commit comments