]> git.proxmox.com Git - rustc.git/blob - tests/ui/feature-gates/feature-gate-abi-avr-interrupt.stderr
New upstream version 1.68.2+dfsg1
[rustc.git] / tests / ui / feature-gates / feature-gate-abi-avr-interrupt.stderr
1 error[E0658]: avr-interrupt and avr-non-blocking-interrupt ABIs are experimental and subject to change
2 --> $DIR/feature-gate-abi-avr-interrupt.rs:11:8
3 |
4 LL | extern "avr-non-blocking-interrupt" fn fu() {}
5 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
6 |
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
9
10 error[E0658]: avr-interrupt and avr-non-blocking-interrupt ABIs are experimental and subject to change
11 --> $DIR/feature-gate-abi-avr-interrupt.rs:13:8
12 |
13 LL | extern "avr-interrupt" fn f() {}
14 | ^^^^^^^^^^^^^^^
15 |
16 = note: see issue #69664 <https://github.com/rust-lang/rust/issues/69664> for more information
17 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
18
19 error[E0658]: avr-interrupt and avr-non-blocking-interrupt ABIs are experimental and subject to change
20 --> $DIR/feature-gate-abi-avr-interrupt.rs:17:12
21 |
22 LL | extern "avr-interrupt" fn m();
23 | ^^^^^^^^^^^^^^^
24 |
25 = note: see issue #69664 <https://github.com/rust-lang/rust/issues/69664> for more information
26 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
27
28 error[E0658]: avr-interrupt and avr-non-blocking-interrupt ABIs are experimental and subject to change
29 --> $DIR/feature-gate-abi-avr-interrupt.rs:19:12
30 |
31 LL | extern "avr-non-blocking-interrupt" fn mu();
32 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
33 |
34 = note: see issue #69664 <https://github.com/rust-lang/rust/issues/69664> for more information
35 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
36
37 error[E0658]: avr-interrupt and avr-non-blocking-interrupt ABIs are experimental and subject to change
38 --> $DIR/feature-gate-abi-avr-interrupt.rs:22:12
39 |
40 LL | extern "avr-interrupt" fn dm() {}
41 | ^^^^^^^^^^^^^^^
42 |
43 = note: see issue #69664 <https://github.com/rust-lang/rust/issues/69664> for more information
44 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
45
46 error[E0658]: avr-interrupt and avr-non-blocking-interrupt ABIs are experimental and subject to change
47 --> $DIR/feature-gate-abi-avr-interrupt.rs:24:12
48 |
49 LL | extern "avr-non-blocking-interrupt" fn dmu() {}
50 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
51 |
52 = note: see issue #69664 <https://github.com/rust-lang/rust/issues/69664> for more information
53 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
54
55 error[E0658]: avr-interrupt and avr-non-blocking-interrupt ABIs are experimental and subject to change
56 --> $DIR/feature-gate-abi-avr-interrupt.rs:30:12
57 |
58 LL | extern "avr-interrupt" fn m() {}
59 | ^^^^^^^^^^^^^^^
60 |
61 = note: see issue #69664 <https://github.com/rust-lang/rust/issues/69664> for more information
62 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
63
64 error[E0658]: avr-interrupt and avr-non-blocking-interrupt ABIs are experimental and subject to change
65 --> $DIR/feature-gate-abi-avr-interrupt.rs:32:12
66 |
67 LL | extern "avr-non-blocking-interrupt" fn mu() {}
68 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
69 |
70 = note: see issue #69664 <https://github.com/rust-lang/rust/issues/69664> for more information
71 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
72
73 error[E0658]: avr-interrupt and avr-non-blocking-interrupt ABIs are experimental and subject to change
74 --> $DIR/feature-gate-abi-avr-interrupt.rs:37:12
75 |
76 LL | extern "avr-interrupt" fn im() {}
77 | ^^^^^^^^^^^^^^^
78 |
79 = note: see issue #69664 <https://github.com/rust-lang/rust/issues/69664> for more information
80 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
81
82 error[E0658]: avr-interrupt and avr-non-blocking-interrupt ABIs are experimental and subject to change
83 --> $DIR/feature-gate-abi-avr-interrupt.rs:39:12
84 |
85 LL | extern "avr-non-blocking-interrupt" fn imu() {}
86 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
87 |
88 = note: see issue #69664 <https://github.com/rust-lang/rust/issues/69664> for more information
89 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
90
91 error[E0658]: avr-interrupt and avr-non-blocking-interrupt ABIs are experimental and subject to change
92 --> $DIR/feature-gate-abi-avr-interrupt.rs:43:18
93 |
94 LL | type TA = extern "avr-interrupt" fn();
95 | ^^^^^^^^^^^^^^^
96 |
97 = note: see issue #69664 <https://github.com/rust-lang/rust/issues/69664> for more information
98 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
99
100 error[E0658]: avr-interrupt and avr-non-blocking-interrupt ABIs are experimental and subject to change
101 --> $DIR/feature-gate-abi-avr-interrupt.rs:45:19
102 |
103 LL | type TAU = extern "avr-non-blocking-interrupt" fn();
104 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
105 |
106 = note: see issue #69664 <https://github.com/rust-lang/rust/issues/69664> for more information
107 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
108
109 error[E0658]: avr-interrupt and avr-non-blocking-interrupt ABIs are experimental and subject to change
110 --> $DIR/feature-gate-abi-avr-interrupt.rs:48:8
111 |
112 LL | extern "avr-interrupt" {}
113 | ^^^^^^^^^^^^^^^
114 |
115 = note: see issue #69664 <https://github.com/rust-lang/rust/issues/69664> for more information
116 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
117
118 error[E0658]: avr-interrupt and avr-non-blocking-interrupt ABIs are experimental and subject to change
119 --> $DIR/feature-gate-abi-avr-interrupt.rs:50:8
120 |
121 LL | extern "avr-non-blocking-interrupt" {}
122 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
123 |
124 = note: see issue #69664 <https://github.com/rust-lang/rust/issues/69664> for more information
125 = help: add `#![feature(abi_avr_interrupt)]` to the crate attributes to enable
126
127 error: aborting due to 14 previous errors
128
129 For more information about this error, try `rustc --explain E0658`.