about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDylan McKay <me@dylanmckay.io>2020-03-04 17:07:45 +1300
committerDylan McKay <me@dylanmckay.io>2020-06-09 17:35:50 +1200
commite369cf6b27257eef0c1e64d9e20b32abc98b784b (patch)
treeef3aedacd0b5116254ddd4c12431eae7c731cc11
parentedc344e8e992c30aa8274db986ced3659147b1a1 (diff)
downloadrust-e369cf6b27257eef0c1e64d9e20b32abc98b784b.tar.gz
rust-e369cf6b27257eef0c1e64d9e20b32abc98b784b.zip
[AVR] Re-bless the UI tests
Patch generated with `./x.py test --stage 1 src/test/ui/feature-gates --bless`.
-rw-r--r--src/test/ui/feature-gates/feature-gate-abi-avr-interrupt.stderr7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/test/ui/feature-gates/feature-gate-abi-avr-interrupt.stderr b/src/test/ui/feature-gates/feature-gate-abi-avr-interrupt.stderr
index 023b6121784..be7040e1491 100644
--- a/src/test/ui/feature-gates/feature-gate-abi-avr-interrupt.stderr
+++ b/src/test/ui/feature-gates/feature-gate-abi-avr-interrupt.stderr
@@ -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