You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: tests/ui/feature-gates/feature-gate-vectorcall.stderr
+7
Original file line number
Diff line number
Diff line change
@@ -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
0 commit comments