rust/src/test/ui/feature-gates/feature-gate-abi-avr-interrupt.stderr

12 lines
431 B
Plaintext
Raw Normal View History

2016-05-06 08:32:10 -05:00
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`.