12 lines
431 B
Plaintext
12 lines
431 B
Plaintext
|
error[E0658]: avr-interrupt and avr-non-blocking-interrupt ABIs are experimental and subject to change
|
||
|
--> $DIR/feature-gate-abi-avr-interrupt.rs:14:1
|
||
|
|
|
||
|
LL | extern "avr-interrupt" fn foo() {}
|
||
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||
|
|
|
||
|
= help: add #![feature(abi_avr_interrupt)] to the crate attributes to enable
|
||
|
|
||
|
error: aborting due to previous error
|
||
|
|
||
|
For more information about this error, try `rustc --explain E0658`.
|