Skip to content

Commit 8029364

Browse files
committed
[AVR] Re-bless the UI tests
Patch generated with `./x.py test --stage 1 src/test/ui/feature-gates --bless`.
1 parent 0396ce0 commit 8029364

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

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

+4-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
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
2+
--> $DIR/feature-gate-abi-avr-interrupt.rs:4:8
33
|
44
LL | extern "avr-interrupt" fn foo() {}
5-
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
5+
| ^^^^^^^^^^^^^^^
66
|
7-
= help: add #![feature(abi_avr_interrupt)] to the crate attributes to enable
7+
= 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
89

910
error: aborting due to previous error
1011

0 commit comments

Comments
 (0)