2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "vectorcall" ABI is experimental and subject to change
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-vectorcall.rs:14:8
|
2021-06-11 14:22:13 +03:00
|
|
|
|
|
|
|
|
|
LL | extern "vectorcall" fn f() {}
|
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
|
2024-04-28 19:22:51 +01:00
|
|
|
= note: see issue #124485 <https://github.com/rust-lang/rust/issues/124485> for more information
|
2021-06-11 14:22:13 +03:00
|
|
|
= help: add `#![feature(abi_vectorcall)]` to the crate attributes to enable
|
2024-01-10 01:39:02 -05:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2021-06-11 14:22:13 +03:00
|
|
|
|
2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "vectorcall" ABI is experimental and subject to change
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-vectorcall.rs:17:12
|
2021-06-11 14:22:13 +03:00
|
|
|
|
|
|
|
|
|
LL | extern "vectorcall" fn m();
|
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
|
2024-04-28 19:22:51 +01:00
|
|
|
= note: see issue #124485 <https://github.com/rust-lang/rust/issues/124485> for more information
|
2021-06-11 14:22:13 +03:00
|
|
|
= help: add `#![feature(abi_vectorcall)]` to the crate attributes to enable
|
2024-01-10 01:39:02 -05:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2021-06-11 14:22:13 +03:00
|
|
|
|
2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "vectorcall" ABI is experimental and subject to change
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-vectorcall.rs:19:12
|
2021-06-11 14:22:13 +03:00
|
|
|
|
|
|
|
|
|
LL | extern "vectorcall" fn dm() {}
|
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
|
2024-04-28 19:22:51 +01:00
|
|
|
= note: see issue #124485 <https://github.com/rust-lang/rust/issues/124485> for more information
|
2021-06-11 14:22:13 +03:00
|
|
|
= help: add `#![feature(abi_vectorcall)]` to the crate attributes to enable
|
2024-01-10 01:39:02 -05:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2021-06-11 14:22:13 +03:00
|
|
|
|
2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "vectorcall" ABI is experimental and subject to change
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-vectorcall.rs:24:12
|
2021-06-11 14:22:13 +03:00
|
|
|
|
|
|
|
|
|
LL | extern "vectorcall" fn m() {}
|
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
|
2024-04-28 19:22:51 +01:00
|
|
|
= note: see issue #124485 <https://github.com/rust-lang/rust/issues/124485> for more information
|
2021-06-11 14:22:13 +03:00
|
|
|
= help: add `#![feature(abi_vectorcall)]` to the crate attributes to enable
|
2024-01-10 01:39:02 -05:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2021-06-11 14:22:13 +03:00
|
|
|
|
2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "vectorcall" ABI is experimental and subject to change
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-vectorcall.rs:28:12
|
2021-06-11 14:22:13 +03:00
|
|
|
|
|
|
|
|
|
LL | extern "vectorcall" fn im() {}
|
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
|
2024-04-28 19:22:51 +01:00
|
|
|
= note: see issue #124485 <https://github.com/rust-lang/rust/issues/124485> for more information
|
2021-06-11 14:22:13 +03:00
|
|
|
= help: add `#![feature(abi_vectorcall)]` to the crate attributes to enable
|
2024-01-10 01:39:02 -05:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2021-06-11 14:22:13 +03:00
|
|
|
|
2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "vectorcall" ABI is experimental and subject to change
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-vectorcall.rs:31:18
|
2021-06-11 14:22:13 +03:00
|
|
|
|
|
|
|
|
|
LL | type TA = extern "vectorcall" fn();
|
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
|
2024-04-28 19:22:51 +01:00
|
|
|
= note: see issue #124485 <https://github.com/rust-lang/rust/issues/124485> for more information
|
2021-06-11 14:22:13 +03:00
|
|
|
= help: add `#![feature(abi_vectorcall)]` to the crate attributes to enable
|
2024-01-10 01:39:02 -05:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2021-06-11 14:22:13 +03:00
|
|
|
|
2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "vectorcall" ABI is experimental and subject to change
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-vectorcall.rs:33:8
|
2021-06-11 14:22:13 +03:00
|
|
|
|
|
|
|
|
|
LL | extern "vectorcall" {}
|
|
|
|
|
| ^^^^^^^^^^^^
|
|
|
|
|
|
|
2024-04-28 19:22:51 +01:00
|
|
|
= note: see issue #124485 <https://github.com/rust-lang/rust/issues/124485> for more information
|
2021-06-11 14:22:13 +03:00
|
|
|
= help: add `#![feature(abi_vectorcall)]` to the crate attributes to enable
|
2024-01-10 01:39:02 -05:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2021-06-11 14:22:13 +03:00
|
|
|
|
|
|
|
|
error: aborting due to 7 previous errors
|
|
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0658`.
|