1- error[E0658]: avr-non-blocking-interrupt ABI is experimental and subject to change
1+ error[E0658]: the extern " avr-non-blocking-interrupt" ABI is experimental and subject to change
22 --> $DIR/feature-gate-abi-avr-interrupt.rs:11:8
33 |
44LL | extern "avr-non-blocking-interrupt" fn fu() {}
@@ -8,7 +8,7 @@ LL | extern "avr-non-blocking-interrupt" fn fu() {}
88 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
99 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
1010
11- error[E0658]: avr-interrupt ABI is experimental and subject to change
11+ error[E0658]: the extern " avr-interrupt" ABI is experimental and subject to change
1212 --> $DIR/feature-gate-abi-avr-interrupt.rs:13:8
1313 |
1414LL | extern "avr-interrupt" fn f() {}
@@ -18,7 +18,7 @@ LL | extern "avr-interrupt" fn f() {}
1818 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
1919 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
2020
21- error[E0658]: avr-interrupt ABI is experimental and subject to change
21+ error[E0658]: the extern " avr-interrupt" ABI is experimental and subject to change
2222 --> $DIR/feature-gate-abi-avr-interrupt.rs:17:12
2323 |
2424LL | extern "avr-interrupt" fn m();
@@ -28,7 +28,7 @@ LL | extern "avr-interrupt" fn m();
2828 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
2929 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
3030
31- error[E0658]: avr-non-blocking-interrupt ABI is experimental and subject to change
31+ error[E0658]: the extern " avr-non-blocking-interrupt" ABI is experimental and subject to change
3232 --> $DIR/feature-gate-abi-avr-interrupt.rs:19:12
3333 |
3434LL | extern "avr-non-blocking-interrupt" fn mu();
@@ -38,7 +38,7 @@ LL | extern "avr-non-blocking-interrupt" fn mu();
3838 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
3939 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
4040
41- error[E0658]: avr-interrupt ABI is experimental and subject to change
41+ error[E0658]: the extern " avr-interrupt" ABI is experimental and subject to change
4242 --> $DIR/feature-gate-abi-avr-interrupt.rs:22:12
4343 |
4444LL | extern "avr-interrupt" fn dm() {}
@@ -48,7 +48,7 @@ LL | extern "avr-interrupt" fn dm() {}
4848 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
4949 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
5050
51- error[E0658]: avr-non-blocking-interrupt ABI is experimental and subject to change
51+ error[E0658]: the extern " avr-non-blocking-interrupt" ABI is experimental and subject to change
5252 --> $DIR/feature-gate-abi-avr-interrupt.rs:24:12
5353 |
5454LL | extern "avr-non-blocking-interrupt" fn dmu() {}
@@ -58,7 +58,7 @@ LL | extern "avr-non-blocking-interrupt" fn dmu() {}
5858 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
5959 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
6060
61- error[E0658]: avr-interrupt ABI is experimental and subject to change
61+ error[E0658]: the extern " avr-interrupt" ABI is experimental and subject to change
6262 --> $DIR/feature-gate-abi-avr-interrupt.rs:30:12
6363 |
6464LL | extern "avr-interrupt" fn m() {}
@@ -68,7 +68,7 @@ LL | extern "avr-interrupt" fn m() {}
6868 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
6969 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
7070
71- error[E0658]: avr-non-blocking-interrupt ABI is experimental and subject to change
71+ error[E0658]: the extern " avr-non-blocking-interrupt" ABI is experimental and subject to change
7272 --> $DIR/feature-gate-abi-avr-interrupt.rs:32:12
7373 |
7474LL | extern "avr-non-blocking-interrupt" fn mu() {}
@@ -78,7 +78,7 @@ LL | extern "avr-non-blocking-interrupt" fn mu() {}
7878 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
7979 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
8080
81- error[E0658]: avr-interrupt ABI is experimental and subject to change
81+ error[E0658]: the extern " avr-interrupt" ABI is experimental and subject to change
8282 --> $DIR/feature-gate-abi-avr-interrupt.rs:37:12
8383 |
8484LL | extern "avr-interrupt" fn im() {}
@@ -88,7 +88,7 @@ LL | extern "avr-interrupt" fn im() {}
8888 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
8989 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
9090
91- error[E0658]: avr-non-blocking-interrupt ABI is experimental and subject to change
91+ error[E0658]: the extern " avr-non-blocking-interrupt" ABI is experimental and subject to change
9292 --> $DIR/feature-gate-abi-avr-interrupt.rs:39:12
9393 |
9494LL | extern "avr-non-blocking-interrupt" fn imu() {}
@@ -98,7 +98,7 @@ LL | extern "avr-non-blocking-interrupt" fn imu() {}
9898 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
9999 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
100100
101- error[E0658]: avr-interrupt ABI is experimental and subject to change
101+ error[E0658]: the extern " avr-interrupt" ABI is experimental and subject to change
102102 --> $DIR/feature-gate-abi-avr-interrupt.rs:43:18
103103 |
104104LL | type TA = extern "avr-interrupt" fn();
@@ -108,7 +108,7 @@ LL | type TA = extern "avr-interrupt" fn();
108108 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
109109 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
110110
111- error[E0658]: avr-non-blocking-interrupt ABI is experimental and subject to change
111+ error[E0658]: the extern " avr-non-blocking-interrupt" ABI is experimental and subject to change
112112 --> $DIR/feature-gate-abi-avr-interrupt.rs:45:19
113113 |
114114LL | type TAU = extern "avr-non-blocking-interrupt" fn();
@@ -118,7 +118,7 @@ LL | type TAU = extern "avr-non-blocking-interrupt" fn();
118118 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
119119 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
120120
121- error[E0658]: avr-interrupt ABI is experimental and subject to change
121+ error[E0658]: the extern " avr-interrupt" ABI is experimental and subject to change
122122 --> $DIR/feature-gate-abi-avr-interrupt.rs:48:8
123123 |
124124LL | extern "avr-interrupt" {}
@@ -128,7 +128,7 @@ LL | extern "avr-interrupt" {}
128128 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
129129 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
130130
131- error[E0658]: avr-non-blocking-interrupt ABI is experimental and subject to change
131+ error[E0658]: the extern " avr-non-blocking-interrupt" ABI is experimental and subject to change
132132 --> $DIR/feature-gate-abi-avr-interrupt.rs:50:8
133133 |
134134LL | extern "avr-non-blocking-interrupt" {}
0 commit comments