@@ -4,7 +4,7 @@ error[E0658]: gpu-kernel ABI is experimental and subject to change
4
4
LL | extern "gpu-kernel" fn f1(_: ()) {}
5
5
| ^^^^^^^^^^^^
6
6
|
7
- = note: see issue #135024 <https://github.com/rust-lang/rust/issues/135024 > for more information
7
+ = note: see issue #135467 <https://github.com/rust-lang/rust/issues/135467 > for more information
8
8
= help: add `#![feature(abi_gpu_kernel)]` 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
@@ -14,7 +14,7 @@ error[E0658]: gpu-kernel ABI is experimental and subject to change
14
14
LL | extern "gpu-kernel" fn m1(_: ());
15
15
| ^^^^^^^^^^^^
16
16
|
17
- = note: see issue #135024 <https://github.com/rust-lang/rust/issues/135024 > for more information
17
+ = note: see issue #135467 <https://github.com/rust-lang/rust/issues/135467 > for more information
18
18
= help: add `#![feature(abi_gpu_kernel)]` 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
@@ -24,7 +24,7 @@ error[E0658]: gpu-kernel ABI is experimental and subject to change
24
24
LL | extern "gpu-kernel" fn dm1(_: ()) {}
25
25
| ^^^^^^^^^^^^
26
26
|
27
- = note: see issue #135024 <https://github.com/rust-lang/rust/issues/135024 > for more information
27
+ = note: see issue #135467 <https://github.com/rust-lang/rust/issues/135467 > for more information
28
28
= help: add `#![feature(abi_gpu_kernel)]` 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
@@ -34,7 +34,7 @@ error[E0658]: gpu-kernel ABI is experimental and subject to change
34
34
LL | extern "gpu-kernel" fn m1(_: ()) {}
35
35
| ^^^^^^^^^^^^
36
36
|
37
- = note: see issue #135024 <https://github.com/rust-lang/rust/issues/135024 > for more information
37
+ = note: see issue #135467 <https://github.com/rust-lang/rust/issues/135467 > for more information
38
38
= help: add `#![feature(abi_gpu_kernel)]` 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
@@ -44,7 +44,7 @@ error[E0658]: gpu-kernel ABI is experimental and subject to change
44
44
LL | extern "gpu-kernel" fn im1(_: ()) {}
45
45
| ^^^^^^^^^^^^
46
46
|
47
- = note: see issue #135024 <https://github.com/rust-lang/rust/issues/135024 > for more information
47
+ = note: see issue #135467 <https://github.com/rust-lang/rust/issues/135467 > for more information
48
48
= help: add `#![feature(abi_gpu_kernel)]` 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
@@ -54,7 +54,7 @@ error[E0658]: gpu-kernel ABI is experimental and subject to change
54
54
LL | type A1 = extern "gpu-kernel" fn(_: ());
55
55
| ^^^^^^^^^^^^
56
56
|
57
- = note: see issue #135024 <https://github.com/rust-lang/rust/issues/135024 > for more information
57
+ = note: see issue #135467 <https://github.com/rust-lang/rust/issues/135467 > for more information
58
58
= help: add `#![feature(abi_gpu_kernel)]` 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
@@ -64,7 +64,7 @@ error[E0658]: gpu-kernel ABI is experimental and subject to change
64
64
LL | extern "gpu-kernel" {}
65
65
| ^^^^^^^^^^^^
66
66
|
67
- = note: see issue #135024 <https://github.com/rust-lang/rust/issues/135024 > for more information
67
+ = note: see issue #135467 <https://github.com/rust-lang/rust/issues/135467 > for more information
68
68
= help: add `#![feature(abi_gpu_kernel)]` 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
0 commit comments