1
1
error[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
3
3
|
4
4
LL | extern "gpu-kernel" fn f1(_: ()) {}
5
5
| ^^^^^^^^^^^^
@@ -9,7 +9,7 @@ LL | extern "gpu-kernel" fn f1(_: ()) {}
9
9
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
10
10
11
11
error[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
13
13
|
14
14
LL | extern "gpu-kernel" fn m1(_: ());
15
15
| ^^^^^^^^^^^^
@@ -19,7 +19,7 @@ LL | extern "gpu-kernel" fn m1(_: ());
19
19
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
20
20
21
21
error[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
23
23
|
24
24
LL | extern "gpu-kernel" fn dm1(_: ()) {}
25
25
| ^^^^^^^^^^^^
@@ -29,7 +29,7 @@ LL | extern "gpu-kernel" fn dm1(_: ()) {}
29
29
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
30
30
31
31
error[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
33
33
|
34
34
LL | extern "gpu-kernel" fn m1(_: ()) {}
35
35
| ^^^^^^^^^^^^
@@ -39,7 +39,7 @@ LL | extern "gpu-kernel" fn m1(_: ()) {}
39
39
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
40
40
41
41
error[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
43
43
|
44
44
LL | extern "gpu-kernel" fn im1(_: ()) {}
45
45
| ^^^^^^^^^^^^
@@ -49,7 +49,7 @@ LL | extern "gpu-kernel" fn im1(_: ()) {}
49
49
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
50
50
51
51
error[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
53
53
|
54
54
LL | type A1 = extern "gpu-kernel" fn(_: ());
55
55
| ^^^^^^^^^^^^
@@ -59,7 +59,7 @@ LL | type A1 = extern "gpu-kernel" fn(_: ());
59
59
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
60
60
61
61
error[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
63
63
|
64
64
LL | extern "gpu-kernel" {}
65
65
| ^^^^^^^^^^^^
@@ -69,7 +69,7 @@ LL | extern "gpu-kernel" {}
69
69
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
70
70
71
71
warning: 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
73
73
|
74
74
LL | type A1 = extern "gpu-kernel" fn(_: ());
75
75
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -79,31 +79,31 @@ LL | type A1 = extern "gpu-kernel" fn(_: ());
79
79
= note: `#[warn(unsupported_fn_ptr_calling_conventions)]` on by default
80
80
81
81
error[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
83
83
|
84
84
LL | extern "gpu-kernel" {}
85
85
| ^^^^^^^^^^^^^^^^^^^^^^
86
86
87
87
error[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
89
89
|
90
90
LL | extern "gpu-kernel" fn f1(_: ()) {}
91
91
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
92
92
93
93
error[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
95
95
|
96
96
LL | extern "gpu-kernel" fn dm1(_: ()) {}
97
97
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
98
98
99
99
error[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
101
101
|
102
102
LL | extern "gpu-kernel" fn m1(_: ()) {}
103
103
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
104
104
105
105
error[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
107
107
|
108
108
LL | extern "gpu-kernel" fn im1(_: ()) {}
109
109
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
@@ -114,7 +114,7 @@ Some errors have detailed explanations: E0570, E0658.
114
114
For more information about an error, try `rustc --explain E0570`.
115
115
Future incompatibility report: Future breakage diagnostic:
116
116
warning: 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
118
118
|
119
119
LL | type A1 = extern "gpu-kernel" fn(_: ());
120
120
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments