@@ -8,7 +8,7 @@ LL | extern "rust-intrinsic" fn f1() {}
88   = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
99
1010error[E0658]: intrinsics are subject to change
11-   --> $DIR/feature-gate-abi.rs:17 :8
11+   --> $DIR/feature-gate-abi.rs:16 :8
1212   |
1313LL | extern "rust-intrinsic" fn f2() {}
1414   |        ^^^^^^^^^^^^^^^^
@@ -17,7 +17,7 @@ LL | extern "rust-intrinsic" fn f2() {}
1717   = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
1818
1919error[E0658]: rust-call ABI is subject to change
20-   --> $DIR/feature-gate-abi.rs:20 :8
20+   --> $DIR/feature-gate-abi.rs:18 :8
2121   |
2222LL | extern "rust-call" fn f4(_: ()) {}
2323   |        ^^^^^^^^^^^
@@ -27,7 +27,7 @@ LL | extern "rust-call" fn f4(_: ()) {}
2727   = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
2828
2929error[E0658]: intrinsics are subject to change
30-   --> $DIR/feature-gate-abi.rs:24 :12
30+   --> $DIR/feature-gate-abi.rs:22 :12
3131   |
3232LL |     extern "rust-intrinsic" fn m1();
3333   |            ^^^^^^^^^^^^^^^^
@@ -36,7 +36,7 @@ LL |     extern "rust-intrinsic" fn m1();
3636   = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
3737
3838error[E0658]: intrinsics are subject to change
39-   --> $DIR/feature-gate-abi.rs:26 :12
39+   --> $DIR/feature-gate-abi.rs:24 :12
4040   |
4141LL |     extern "rust-intrinsic" fn m2();
4242   |            ^^^^^^^^^^^^^^^^
@@ -45,7 +45,7 @@ LL |     extern "rust-intrinsic" fn m2();
4545   = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
4646
4747error[E0658]: rust-call ABI is subject to change
48-   --> $DIR/feature-gate-abi.rs:28 :12
48+   --> $DIR/feature-gate-abi.rs:26 :12
4949   |
5050LL |     extern "rust-call" fn m4(_: ());
5151   |            ^^^^^^^^^^^
@@ -55,7 +55,7 @@ LL |     extern "rust-call" fn m4(_: ());
5555   = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
5656
5757error[E0658]: rust-call ABI is subject to change
58-   --> $DIR/feature-gate-abi.rs:30 :12
58+   --> $DIR/feature-gate-abi.rs:28 :12
5959   |
6060LL |     extern "rust-call" fn dm4(_: ()) {}
6161   |            ^^^^^^^^^^^
@@ -65,7 +65,7 @@ LL |     extern "rust-call" fn dm4(_: ()) {}
6565   = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
6666
6767error[E0658]: intrinsics are subject to change
68-   --> $DIR/feature-gate-abi.rs:37 :12
68+   --> $DIR/feature-gate-abi.rs:35 :12
6969   |
7070LL |     extern "rust-intrinsic" fn m1() {}
7171   |            ^^^^^^^^^^^^^^^^
@@ -74,7 +74,7 @@ LL |     extern "rust-intrinsic" fn m1() {}
7474   = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
7575
7676error[E0658]: intrinsics are subject to change
77-   --> $DIR/feature-gate-abi.rs:39 :12
77+   --> $DIR/feature-gate-abi.rs:37 :12
7878   |
7979LL |     extern "rust-intrinsic" fn m2() {}
8080   |            ^^^^^^^^^^^^^^^^
@@ -83,7 +83,7 @@ LL |     extern "rust-intrinsic" fn m2() {}
8383   = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
8484
8585error[E0658]: rust-call ABI is subject to change
86-   --> $DIR/feature-gate-abi.rs:41 :12
86+   --> $DIR/feature-gate-abi.rs:39 :12
8787   |
8888LL |     extern "rust-call" fn m4(_: ()) {}
8989   |            ^^^^^^^^^^^
@@ -93,7 +93,7 @@ LL |     extern "rust-call" fn m4(_: ()) {}
9393   = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
9494
9595error[E0658]: intrinsics are subject to change
96-   --> $DIR/feature-gate-abi.rs:46 :12
96+   --> $DIR/feature-gate-abi.rs:44 :12
9797   |
9898LL |     extern "rust-intrinsic" fn im1() {}
9999   |            ^^^^^^^^^^^^^^^^
@@ -102,7 +102,7 @@ LL |     extern "rust-intrinsic" fn im1() {}
102102   = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
103103
104104error[E0658]: intrinsics are subject to change
105-   --> $DIR/feature-gate-abi.rs:48 :12
105+   --> $DIR/feature-gate-abi.rs:46 :12
106106   |
107107LL |     extern "rust-intrinsic" fn im2() {}
108108   |            ^^^^^^^^^^^^^^^^
@@ -111,7 +111,7 @@ LL |     extern "rust-intrinsic" fn im2() {}
111111   = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
112112
113113error[E0658]: rust-call ABI is subject to change
114-   --> $DIR/feature-gate-abi.rs:50 :12
114+   --> $DIR/feature-gate-abi.rs:48 :12
115115   |
116116LL |     extern "rust-call" fn im4(_: ()) {}
117117   |            ^^^^^^^^^^^
@@ -121,7 +121,7 @@ LL |     extern "rust-call" fn im4(_: ()) {}
121121   = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
122122
123123error[E0658]: intrinsics are subject to change
124-   --> $DIR/feature-gate-abi.rs:54 :18
124+   --> $DIR/feature-gate-abi.rs:52 :18
125125   |
126126LL | type A1 = extern "rust-intrinsic" fn();
127127   |                  ^^^^^^^^^^^^^^^^
@@ -130,7 +130,7 @@ LL | type A1 = extern "rust-intrinsic" fn();
130130   = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
131131
132132error[E0658]: intrinsics are subject to change
133-   --> $DIR/feature-gate-abi.rs:55 :18
133+   --> $DIR/feature-gate-abi.rs:53 :18
134134   |
135135LL | type A2 = extern "rust-intrinsic" fn();
136136   |                  ^^^^^^^^^^^^^^^^
@@ -139,7 +139,7 @@ LL | type A2 = extern "rust-intrinsic" fn();
139139   = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
140140
141141error[E0658]: rust-call ABI is subject to change
142-   --> $DIR/feature-gate-abi.rs:56 :18
142+   --> $DIR/feature-gate-abi.rs:54 :18
143143   |
144144LL | type A4 = extern "rust-call" fn(_: ());
145145   |                  ^^^^^^^^^^^
@@ -149,7 +149,7 @@ LL | type A4 = extern "rust-call" fn(_: ());
149149   = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
150150
151151error[E0658]: intrinsics are subject to change
152-   --> $DIR/feature-gate-abi.rs:59 :8
152+   --> $DIR/feature-gate-abi.rs:57 :8
153153   |
154154LL | extern "rust-intrinsic" {}
155155   |        ^^^^^^^^^^^^^^^^
@@ -158,7 +158,7 @@ LL | extern "rust-intrinsic" {}
158158   = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
159159
160160error[E0658]: intrinsics are subject to change
161-   --> $DIR/feature-gate-abi.rs:60 :8
161+   --> $DIR/feature-gate-abi.rs:58 :8
162162   |
163163LL | extern "rust-intrinsic" {}
164164   |        ^^^^^^^^^^^^^^^^
@@ -167,7 +167,7 @@ LL | extern "rust-intrinsic" {}
167167   = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
168168
169169error[E0658]: rust-call ABI is subject to change
170-   --> $DIR/feature-gate-abi.rs:61 :8
170+   --> $DIR/feature-gate-abi.rs:59 :8
171171   |
172172LL | extern "rust-call" {}
173173   |        ^^^^^^^^^^^
@@ -176,30 +176,14 @@ LL | extern "rust-call" {}
176176   = help: add `#![feature(unboxed_closures)]` to the crate attributes to enable
177177   = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
178178
179- error[E0093]: unrecognized intrinsic function: `f1`
180-   --> $DIR/feature-gate-abi.rs:14:28
181-    |
182- LL | extern "rust-intrinsic" fn f1() {}
183-    |                            ^^ unrecognized intrinsic
184-    |
185-    = help: if you're adding an intrinsic, be sure to update `check_intrinsic_type`
186- 
187- error[E0093]: unrecognized intrinsic function: `f2`
188-   --> $DIR/feature-gate-abi.rs:17:28
189-    |
190- LL | extern "rust-intrinsic" fn f2() {}
191-    |                            ^^ unrecognized intrinsic
192-    |
193-    = help: if you're adding an intrinsic, be sure to update `check_intrinsic_type`
194- 
195179error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
196-   --> $DIR/feature-gate-abi.rs:24 :32
180+   --> $DIR/feature-gate-abi.rs:22 :32
197181   |
198182LL |     extern "rust-intrinsic" fn m1();
199183   |                                ^^
200184
201185error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
202-   --> $DIR/feature-gate-abi.rs:26 :32
186+   --> $DIR/feature-gate-abi.rs:24 :32
203187   |
204188LL |     extern "rust-intrinsic" fn m2();
205189   |                                ^^
@@ -211,36 +195,35 @@ LL | extern "rust-intrinsic" fn f1() {}
211195   |                                 ^^
212196
213197error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
214-   --> $DIR/feature-gate-abi.rs:17 :33
198+   --> $DIR/feature-gate-abi.rs:16 :33
215199   |
216200LL | extern "rust-intrinsic" fn f2() {}
217201   |                                 ^^
218202
219203error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
220-   --> $DIR/feature-gate-abi.rs:37 :37
204+   --> $DIR/feature-gate-abi.rs:35 :37
221205   |
222206LL |     extern "rust-intrinsic" fn m1() {}
223207   |                                     ^^
224208
225209error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
226-   --> $DIR/feature-gate-abi.rs:39 :37
210+   --> $DIR/feature-gate-abi.rs:37 :37
227211   |
228212LL |     extern "rust-intrinsic" fn m2() {}
229213   |                                     ^^
230214
231215error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
232-   --> $DIR/feature-gate-abi.rs:46 :38
216+   --> $DIR/feature-gate-abi.rs:44 :38
233217   |
234218LL |     extern "rust-intrinsic" fn im1() {}
235219   |                                      ^^
236220
237221error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
238-   --> $DIR/feature-gate-abi.rs:48 :38
222+   --> $DIR/feature-gate-abi.rs:46 :38
239223   |
240224LL |     extern "rust-intrinsic" fn im2() {}
241225   |                                      ^^
242226
243- error: aborting due to 29  previous errors
227+ error: aborting due to 27  previous errors
244228
245- Some errors have detailed explanations: E0093, E0658.
246- For more information about an error, try `rustc --explain E0093`.
229+ For more information about this error, try `rustc --explain E0658`.
0 commit comments