]> git.proxmox.com Git - rustc.git/blob - src/test/ui/feature-gates/feature-gate-abi-msp430-interrupt.stderr
New upstream version 1.36.0+dfsg1
[rustc.git] / src / test / ui / feature-gates / feature-gate-abi-msp430-interrupt.stderr
1 error[E0658]: msp430-interrupt ABI is experimental and subject to change
2 --> $DIR/feature-gate-abi-msp430-interrupt.rs:4:1
3 |
4 LL | extern "msp430-interrupt" fn foo() {}
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6 |
7 = note: for more information, see https://github.com/rust-lang/rust/issues/38487
8 = help: add #![feature(abi_msp430_interrupt)] to the crate attributes to enable
9
10 error: aborting due to previous error
11
12 For more information about this error, try `rustc --explain E0658`.