11error[E0658]: the extern "gpu-kernel" ABI is experimental and subject to change
2- --> $DIR/feature-gate-abi_gpu_kernel.rs:11 :8
2+ --> $DIR/feature-gate-abi_gpu_kernel.rs:16 :8
33 |
44LL | extern "gpu-kernel" fn f1(_: ()) {}
55 | ^^^^^^^^^^^^
@@ -9,7 +9,7 @@ LL | extern "gpu-kernel" fn f1(_: ()) {}
99 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
1010
1111error[E0658]: the extern "gpu-kernel" ABI is experimental and subject to change
12- --> $DIR/feature-gate-abi_gpu_kernel.rs:16 :12
12+ --> $DIR/feature-gate-abi_gpu_kernel.rs:21 :12
1313 |
1414LL | extern "gpu-kernel" fn m1(_: ());
1515 | ^^^^^^^^^^^^
@@ -19,7 +19,7 @@ LL | extern "gpu-kernel" fn m1(_: ());
1919 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
2020
2121error[E0658]: the extern "gpu-kernel" ABI is experimental and subject to change
22- --> $DIR/feature-gate-abi_gpu_kernel.rs:18 :12
22+ --> $DIR/feature-gate-abi_gpu_kernel.rs:23 :12
2323 |
2424LL | extern "gpu-kernel" fn dm1(_: ()) {}
2525 | ^^^^^^^^^^^^
@@ -29,7 +29,7 @@ LL | extern "gpu-kernel" fn dm1(_: ()) {}
2929 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
3030
3131error[E0658]: the extern "gpu-kernel" ABI is experimental and subject to change
32- --> $DIR/feature-gate-abi_gpu_kernel.rs:26 :12
32+ --> $DIR/feature-gate-abi_gpu_kernel.rs:31 :12
3333 |
3434LL | extern "gpu-kernel" fn m1(_: ()) {}
3535 | ^^^^^^^^^^^^
@@ -39,7 +39,7 @@ LL | extern "gpu-kernel" fn m1(_: ()) {}
3939 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
4040
4141error[E0658]: the extern "gpu-kernel" ABI is experimental and subject to change
42- --> $DIR/feature-gate-abi_gpu_kernel.rs:32 :12
42+ --> $DIR/feature-gate-abi_gpu_kernel.rs:37 :12
4343 |
4444LL | extern "gpu-kernel" fn im1(_: ()) {}
4545 | ^^^^^^^^^^^^
@@ -49,7 +49,7 @@ LL | extern "gpu-kernel" fn im1(_: ()) {}
4949 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
5050
5151error[E0658]: the extern "gpu-kernel" ABI is experimental and subject to change
52- --> $DIR/feature-gate-abi_gpu_kernel.rs:37 :18
52+ --> $DIR/feature-gate-abi_gpu_kernel.rs:42 :18
5353 |
5454LL | type A1 = extern "gpu-kernel" fn(_: ());
5555 | ^^^^^^^^^^^^
@@ -59,7 +59,7 @@ LL | type A1 = extern "gpu-kernel" fn(_: ());
5959 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
6060
6161error[E0658]: the extern "gpu-kernel" ABI is experimental and subject to change
62- --> $DIR/feature-gate-abi_gpu_kernel.rs:42 :8
62+ --> $DIR/feature-gate-abi_gpu_kernel.rs:47 :8
6363 |
6464LL | extern "gpu-kernel" {}
6565 | ^^^^^^^^^^^^
@@ -69,7 +69,7 @@ LL | extern "gpu-kernel" {}
6969 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
7070
7171warning: the calling convention "gpu-kernel" is not supported on this target
72- --> $DIR/feature-gate-abi_gpu_kernel.rs:37 :11
72+ --> $DIR/feature-gate-abi_gpu_kernel.rs:42 :11
7373 |
7474LL | type A1 = extern "gpu-kernel" fn(_: ());
7575 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -79,31 +79,31 @@ LL | type A1 = extern "gpu-kernel" fn(_: ());
7979 = note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
8080
8181error[E0570]: `"gpu-kernel"` is not a supported ABI for the current target
82- --> $DIR/feature-gate-abi_gpu_kernel.rs:42 :1
82+ --> $DIR/feature-gate-abi_gpu_kernel.rs:47 :1
8383 |
8484LL | extern "gpu-kernel" {}
8585 | ^^^^^^^^^^^^^^^^^^^^^^
8686
8787error[E0570]: `"gpu-kernel"` is not a supported ABI for the current target
88- --> $DIR/feature-gate-abi_gpu_kernel.rs:11 :1
88+ --> $DIR/feature-gate-abi_gpu_kernel.rs:16 :1
8989 |
9090LL | extern "gpu-kernel" fn f1(_: ()) {}
9191 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9292
9393error[E0570]: `"gpu-kernel"` is not a supported ABI for the current target
94- --> $DIR/feature-gate-abi_gpu_kernel.rs:18 :5
94+ --> $DIR/feature-gate-abi_gpu_kernel.rs:23 :5
9595 |
9696LL | extern "gpu-kernel" fn dm1(_: ()) {}
9797 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
9898
9999error[E0570]: `"gpu-kernel"` is not a supported ABI for the current target
100- --> $DIR/feature-gate-abi_gpu_kernel.rs:26 :5
100+ --> $DIR/feature-gate-abi_gpu_kernel.rs:31 :5
101101 |
102102LL | extern "gpu-kernel" fn m1(_: ()) {}
103103 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
104104
105105error[E0570]: `"gpu-kernel"` is not a supported ABI for the current target
106- --> $DIR/feature-gate-abi_gpu_kernel.rs:32 :5
106+ --> $DIR/feature-gate-abi_gpu_kernel.rs:37 :5
107107 |
108108LL | extern "gpu-kernel" fn im1(_: ()) {}
109109 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -114,7 +114,7 @@ Some errors have detailed explanations: E0570, E0658.
114114For more information about an error, try `rustc --explain E0570`.
115115Future incompatibility report: Future breakage diagnostic:
116116warning: the calling convention "gpu-kernel" is not supported on this target
117- --> $DIR/feature-gate-abi_gpu_kernel.rs:37 :11
117+ --> $DIR/feature-gate-abi_gpu_kernel.rs:42 :11
118118 |
119119LL | type A1 = extern "gpu-kernel" fn(_: ());
120120 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments