1
- error[E0658]: avr-interrupt and avr- non-blocking-interrupt ABIs are experimental and subject to change
1
+ error[E0658]: avr-non-blocking-interrupt ABI is experimental and subject to change
2
2
--> $DIR/feature-gate-abi-avr-interrupt.rs:11:8
3
3
|
4
4
LL | extern "avr-non-blocking-interrupt" fn fu() {}
@@ -8,7 +8,7 @@ LL | extern "avr-non-blocking-interrupt" fn fu() {}
8
8
= help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
9
9
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
10
10
11
- error[E0658]: avr-interrupt and avr-non-blocking-interrupt ABIs are experimental and subject to change
11
+ error[E0658]: avr-interrupt ABI is experimental and subject to change
12
12
--> $DIR/feature-gate-abi-avr-interrupt.rs:13:8
13
13
|
14
14
LL | extern "avr-interrupt" fn f() {}
@@ -18,7 +18,7 @@ LL | extern "avr-interrupt" fn f() {}
18
18
= help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
19
19
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
20
20
21
- error[E0658]: avr-interrupt and avr-non-blocking-interrupt ABIs are experimental and subject to change
21
+ error[E0658]: avr-interrupt ABI is experimental and subject to change
22
22
--> $DIR/feature-gate-abi-avr-interrupt.rs:17:12
23
23
|
24
24
LL | extern "avr-interrupt" fn m();
@@ -28,7 +28,7 @@ LL | extern "avr-interrupt" fn m();
28
28
= help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
29
29
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
30
30
31
- error[E0658]: avr-interrupt and avr- non-blocking-interrupt ABIs are experimental and subject to change
31
+ error[E0658]: avr-non-blocking-interrupt ABI is experimental and subject to change
32
32
--> $DIR/feature-gate-abi-avr-interrupt.rs:19:12
33
33
|
34
34
LL | extern "avr-non-blocking-interrupt" fn mu();
@@ -38,7 +38,7 @@ LL | extern "avr-non-blocking-interrupt" fn mu();
38
38
= help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
39
39
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
40
40
41
- error[E0658]: avr-interrupt and avr-non-blocking-interrupt ABIs are experimental and subject to change
41
+ error[E0658]: avr-interrupt ABI is experimental and subject to change
42
42
--> $DIR/feature-gate-abi-avr-interrupt.rs:22:12
43
43
|
44
44
LL | extern "avr-interrupt" fn dm() {}
@@ -48,7 +48,7 @@ LL | extern "avr-interrupt" fn dm() {}
48
48
= help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
49
49
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
50
50
51
- error[E0658]: avr-interrupt and avr- non-blocking-interrupt ABIs are experimental and subject to change
51
+ error[E0658]: avr-non-blocking-interrupt ABI is experimental and subject to change
52
52
--> $DIR/feature-gate-abi-avr-interrupt.rs:24:12
53
53
|
54
54
LL | extern "avr-non-blocking-interrupt" fn dmu() {}
@@ -58,7 +58,7 @@ LL | extern "avr-non-blocking-interrupt" fn dmu() {}
58
58
= help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
59
59
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
60
60
61
- error[E0658]: avr-interrupt and avr-non-blocking-interrupt ABIs are experimental and subject to change
61
+ error[E0658]: avr-interrupt ABI is experimental and subject to change
62
62
--> $DIR/feature-gate-abi-avr-interrupt.rs:30:12
63
63
|
64
64
LL | extern "avr-interrupt" fn m() {}
@@ -68,7 +68,7 @@ LL | extern "avr-interrupt" fn m() {}
68
68
= help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
69
69
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
70
70
71
- error[E0658]: avr-interrupt and avr- non-blocking-interrupt ABIs are experimental and subject to change
71
+ error[E0658]: avr-non-blocking-interrupt ABI is experimental and subject to change
72
72
--> $DIR/feature-gate-abi-avr-interrupt.rs:32:12
73
73
|
74
74
LL | extern "avr-non-blocking-interrupt" fn mu() {}
@@ -78,7 +78,7 @@ LL | extern "avr-non-blocking-interrupt" fn mu() {}
78
78
= help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
79
79
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
80
80
81
- error[E0658]: avr-interrupt and avr-non-blocking-interrupt ABIs are experimental and subject to change
81
+ error[E0658]: avr-interrupt ABI is experimental and subject to change
82
82
--> $DIR/feature-gate-abi-avr-interrupt.rs:37:12
83
83
|
84
84
LL | extern "avr-interrupt" fn im() {}
@@ -88,7 +88,7 @@ LL | extern "avr-interrupt" fn im() {}
88
88
= help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
89
89
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
90
90
91
- error[E0658]: avr-interrupt and avr- non-blocking-interrupt ABIs are experimental and subject to change
91
+ error[E0658]: avr-non-blocking-interrupt ABI is experimental and subject to change
92
92
--> $DIR/feature-gate-abi-avr-interrupt.rs:39:12
93
93
|
94
94
LL | extern "avr-non-blocking-interrupt" fn imu() {}
@@ -98,7 +98,7 @@ LL | extern "avr-non-blocking-interrupt" fn imu() {}
98
98
= help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
99
99
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
100
100
101
- error[E0658]: avr-interrupt and avr-non-blocking-interrupt ABIs are experimental and subject to change
101
+ error[E0658]: avr-interrupt ABI is experimental and subject to change
102
102
--> $DIR/feature-gate-abi-avr-interrupt.rs:43:18
103
103
|
104
104
LL | type TA = extern "avr-interrupt" fn();
@@ -108,7 +108,7 @@ LL | type TA = extern "avr-interrupt" fn();
108
108
= help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
109
109
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
110
110
111
- error[E0658]: avr-interrupt and avr- non-blocking-interrupt ABIs are experimental and subject to change
111
+ error[E0658]: avr-non-blocking-interrupt ABI is experimental and subject to change
112
112
--> $DIR/feature-gate-abi-avr-interrupt.rs:45:19
113
113
|
114
114
LL | type TAU = extern "avr-non-blocking-interrupt" fn();
@@ -118,7 +118,7 @@ LL | type TAU = extern "avr-non-blocking-interrupt" fn();
118
118
= help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
119
119
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
120
120
121
- error[E0658]: avr-interrupt and avr-non-blocking-interrupt ABIs are experimental and subject to change
121
+ error[E0658]: avr-interrupt ABI is experimental and subject to change
122
122
--> $DIR/feature-gate-abi-avr-interrupt.rs:48:8
123
123
|
124
124
LL | extern "avr-interrupt" {}
@@ -128,7 +128,7 @@ LL | extern "avr-interrupt" {}
128
128
= help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
129
129
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
130
130
131
- error[E0658]: avr-interrupt and avr- non-blocking-interrupt ABIs are experimental and subject to change
131
+ error[E0658]: avr-non-blocking-interrupt ABI is experimental and subject to change
132
132
--> $DIR/feature-gate-abi-avr-interrupt.rs:50:8
133
133
|
134
134
LL | extern "avr-non-blocking-interrupt" {}
0 commit comments