[AVR] Re-bless the UI tests
Patch generated with `./x.py test --stage 1 src/test/ui/feature-gates --bless`.
This commit is contained in:
parent
edc344e8e9
commit
e369cf6b27
1 changed files with 4 additions and 3 deletions
|
@ -1,10 +1,11 @@
|
|||
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
|
||||
--> $DIR/feature-gate-abi-avr-interrupt.rs:4:8
|
||||
|
|
||||
LL | extern "avr-interrupt" fn foo() {}
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
| ^^^^^^^^^^^^^^^
|
||||
|
|
||||
= 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
|
||||
= help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
|
||||
|
||||
error: aborting due to previous error
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue