@@ -4,6 +4,7 @@ error[E0658]: vectorcall is experimental and subject to change
44LL | extern "vectorcall" fn f() {}
55 | ^^^^^^^^^^^^
66 |
7+ = note: see issue #124485 <https://github.com/rust-lang/rust/issues/124485> for more information
78 = help: add `#![feature(abi_vectorcall)]` to the crate attributes to enable
89 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
910
@@ -13,6 +14,7 @@ error[E0658]: vectorcall is experimental and subject to change
1314LL | extern "vectorcall" fn m();
1415 | ^^^^^^^^^^^^
1516 |
17+ = note: see issue #124485 <https://github.com/rust-lang/rust/issues/124485> for more information
1618 = help: add `#![feature(abi_vectorcall)]` to the crate attributes to enable
1719 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
1820
@@ -22,6 +24,7 @@ error[E0658]: vectorcall is experimental and subject to change
2224LL | extern "vectorcall" fn dm() {}
2325 | ^^^^^^^^^^^^
2426 |
27+ = note: see issue #124485 <https://github.com/rust-lang/rust/issues/124485> for more information
2528 = help: add `#![feature(abi_vectorcall)]` to the crate attributes to enable
2629 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
2730
@@ -31,6 +34,7 @@ error[E0658]: vectorcall is experimental and subject to change
3134LL | extern "vectorcall" fn m() {}
3235 | ^^^^^^^^^^^^
3336 |
37+ = note: see issue #124485 <https://github.com/rust-lang/rust/issues/124485> for more information
3438 = help: add `#![feature(abi_vectorcall)]` to the crate attributes to enable
3539 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
3640
@@ -40,6 +44,7 @@ error[E0658]: vectorcall is experimental and subject to change
4044LL | extern "vectorcall" fn im() {}
4145 | ^^^^^^^^^^^^
4246 |
47+ = note: see issue #124485 <https://github.com/rust-lang/rust/issues/124485> for more information
4348 = help: add `#![feature(abi_vectorcall)]` to the crate attributes to enable
4449 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
4550
@@ -49,6 +54,7 @@ error[E0658]: vectorcall is experimental and subject to change
4954LL | type TA = extern "vectorcall" fn();
5055 | ^^^^^^^^^^^^
5156 |
57+ = note: see issue #124485 <https://github.com/rust-lang/rust/issues/124485> for more information
5258 = help: add `#![feature(abi_vectorcall)]` to the crate attributes to enable
5359 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
5460
@@ -58,6 +64,7 @@ error[E0658]: vectorcall is experimental and subject to change
5864LL | extern "vectorcall" {}
5965 | ^^^^^^^^^^^^
6066 |
67+ = note: see issue #124485 <https://github.com/rust-lang/rust/issues/124485> for more information
6168 = help: add `#![feature(abi_vectorcall)]` to the crate attributes to enable
6269 = note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
6370
0 commit comments