@@ -4,6 +4,7 @@ error[E0658]: vectorcall is experimental and subject to change
4
4
LL | extern "vectorcall" fn f() {}
5
5
| ^^^^^^^^^^^^
6
6
|
7
+ = note: see issue #124485 <https://github.com/rust-lang/rust/issues/124485> for more information
7
8
= help: add `#![feature(abi_vectorcall)]` to the crate attributes to enable
8
9
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
9
10
@@ -13,6 +14,7 @@ error[E0658]: vectorcall is experimental and subject to change
13
14
LL | extern "vectorcall" fn m();
14
15
| ^^^^^^^^^^^^
15
16
|
17
+ = note: see issue #124485 <https://github.com/rust-lang/rust/issues/124485> for more information
16
18
= help: add `#![feature(abi_vectorcall)]` to the crate attributes to enable
17
19
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
18
20
@@ -22,6 +24,7 @@ error[E0658]: vectorcall is experimental and subject to change
22
24
LL | extern "vectorcall" fn dm() {}
23
25
| ^^^^^^^^^^^^
24
26
|
27
+ = note: see issue #124485 <https://github.com/rust-lang/rust/issues/124485> for more information
25
28
= help: add `#![feature(abi_vectorcall)]` to the crate attributes to enable
26
29
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
27
30
@@ -31,6 +34,7 @@ error[E0658]: vectorcall is experimental and subject to change
31
34
LL | extern "vectorcall" fn m() {}
32
35
| ^^^^^^^^^^^^
33
36
|
37
+ = note: see issue #124485 <https://github.com/rust-lang/rust/issues/124485> for more information
34
38
= help: add `#![feature(abi_vectorcall)]` to the crate attributes to enable
35
39
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
36
40
@@ -40,6 +44,7 @@ error[E0658]: vectorcall is experimental and subject to change
40
44
LL | extern "vectorcall" fn im() {}
41
45
| ^^^^^^^^^^^^
42
46
|
47
+ = note: see issue #124485 <https://github.com/rust-lang/rust/issues/124485> for more information
43
48
= help: add `#![feature(abi_vectorcall)]` to the crate attributes to enable
44
49
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
45
50
@@ -49,6 +54,7 @@ error[E0658]: vectorcall is experimental and subject to change
49
54
LL | type TA = extern "vectorcall" fn();
50
55
| ^^^^^^^^^^^^
51
56
|
57
+ = note: see issue #124485 <https://github.com/rust-lang/rust/issues/124485> for more information
52
58
= help: add `#![feature(abi_vectorcall)]` to the crate attributes to enable
53
59
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
54
60
@@ -58,6 +64,7 @@ error[E0658]: vectorcall is experimental and subject to change
58
64
LL | extern "vectorcall" {}
59
65
| ^^^^^^^^^^^^
60
66
|
67
+ = note: see issue #124485 <https://github.com/rust-lang/rust/issues/124485> for more information
61
68
= help: add `#![feature(abi_vectorcall)]` to the crate attributes to enable
62
69
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
63
70
0 commit comments