2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "rust-intrinsic" ABI is an implementation detail and perma-unstable
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:12:8
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | extern "rust-intrinsic" fn f1() {}
|
2019-10-27 23:14:35 +01:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2019-07-09 11:32:08 +02:00
|
|
|
= help: add `#![feature(intrinsics)]` 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
|
2017-12-06 09:27:47 +01:00
|
|
|
|
2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "rust-intrinsic" ABI is an implementation detail and perma-unstable
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:14:8
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2024-02-23 18:36:24 +01:00
|
|
|
LL | extern "rust-intrinsic" fn f2() {}
|
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2024-02-23 18:36:24 +01:00
|
|
|
= help: add `#![feature(intrinsics)]` 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
|
2017-12-06 09:27:47 +01:00
|
|
|
|
2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "rust-call" ABI is experimental and subject to change
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:16:8
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2020-11-11 18:15:39 -05:00
|
|
|
LL | extern "rust-call" fn f4(_: ()) {}
|
2019-10-27 23:14:35 +01:00
|
|
|
| ^^^^^^^^^^^
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2020-02-07 13:07:02 +01:00
|
|
|
= note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
|
2019-07-09 11:32:08 +02:00
|
|
|
= help: add `#![feature(unboxed_closures)]` 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
|
2017-12-06 09:27:47 +01:00
|
|
|
|
2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "rust-intrinsic" ABI is an implementation detail and perma-unstable
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:20:12
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | extern "rust-intrinsic" fn m1();
|
2019-10-27 23:14:35 +01:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2019-07-09 11:32:08 +02:00
|
|
|
= help: add `#![feature(intrinsics)]` 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
|
2017-12-06 09:27:47 +01:00
|
|
|
|
2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "rust-intrinsic" ABI is an implementation detail and perma-unstable
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:22:12
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2024-02-23 18:36:24 +01:00
|
|
|
LL | extern "rust-intrinsic" fn m2();
|
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2024-02-23 18:36:24 +01:00
|
|
|
= help: add `#![feature(intrinsics)]` 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
|
2017-12-06 09:27:47 +01:00
|
|
|
|
2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "rust-call" ABI is experimental and subject to change
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:24:12
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2020-11-11 18:15:39 -05:00
|
|
|
LL | extern "rust-call" fn m4(_: ());
|
2019-10-27 23:14:35 +01:00
|
|
|
| ^^^^^^^^^^^
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2020-02-07 13:07:02 +01:00
|
|
|
= note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
|
2019-07-09 11:32:08 +02:00
|
|
|
= help: add `#![feature(unboxed_closures)]` 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
|
2017-12-06 09:27:47 +01:00
|
|
|
|
2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "rust-call" ABI is experimental and subject to change
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:26:12
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2020-11-11 18:15:39 -05:00
|
|
|
LL | extern "rust-call" fn dm4(_: ()) {}
|
2019-10-27 23:14:35 +01:00
|
|
|
| ^^^^^^^^^^^
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2020-02-07 13:07:02 +01:00
|
|
|
= note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
|
2019-07-09 11:32:08 +02:00
|
|
|
= help: add `#![feature(unboxed_closures)]` 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
|
2017-12-06 09:27:47 +01:00
|
|
|
|
2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "rust-intrinsic" ABI is an implementation detail and perma-unstable
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:33:12
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | extern "rust-intrinsic" fn m1() {}
|
2019-10-27 23:14:35 +01:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2019-07-09 11:32:08 +02:00
|
|
|
= help: add `#![feature(intrinsics)]` 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
|
2017-12-06 09:27:47 +01:00
|
|
|
|
2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "rust-intrinsic" ABI is an implementation detail and perma-unstable
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:35:12
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2024-02-23 18:36:24 +01:00
|
|
|
LL | extern "rust-intrinsic" fn m2() {}
|
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2024-02-23 18:36:24 +01:00
|
|
|
= help: add `#![feature(intrinsics)]` 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
|
2017-12-06 09:27:47 +01:00
|
|
|
|
2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "rust-call" ABI is experimental and subject to change
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:37:12
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2020-11-11 18:15:39 -05:00
|
|
|
LL | extern "rust-call" fn m4(_: ()) {}
|
2019-10-27 23:14:35 +01:00
|
|
|
| ^^^^^^^^^^^
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2020-02-07 13:07:02 +01:00
|
|
|
= note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
|
2019-07-09 11:32:08 +02:00
|
|
|
= help: add `#![feature(unboxed_closures)]` 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
|
2017-12-06 09:27:47 +01:00
|
|
|
|
2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "rust-intrinsic" ABI is an implementation detail and perma-unstable
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:42:12
|
2019-10-24 15:29:29 +00:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | extern "rust-intrinsic" fn im1() {}
|
2019-10-27 23:14:35 +01:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2019-07-09 11:32:08 +02:00
|
|
|
= help: add `#![feature(intrinsics)]` 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
|
2017-12-06 09:27:47 +01:00
|
|
|
|
2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "rust-intrinsic" ABI is an implementation detail and perma-unstable
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:44:12
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2024-02-23 18:36:24 +01:00
|
|
|
LL | extern "rust-intrinsic" fn im2() {}
|
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2024-02-23 18:36:24 +01:00
|
|
|
= help: add `#![feature(intrinsics)]` 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
|
2017-12-06 09:27:47 +01:00
|
|
|
|
2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "rust-call" ABI is experimental and subject to change
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:46:12
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2020-11-11 18:15:39 -05:00
|
|
|
LL | extern "rust-call" fn im4(_: ()) {}
|
2019-10-27 23:14:35 +01:00
|
|
|
| ^^^^^^^^^^^
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2020-02-07 13:07:02 +01:00
|
|
|
= note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
|
2019-07-09 11:32:08 +02:00
|
|
|
= help: add `#![feature(unboxed_closures)]` 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
|
2017-12-06 09:27:47 +01:00
|
|
|
|
2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "rust-intrinsic" ABI is an implementation detail and perma-unstable
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:50:18
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | type A1 = extern "rust-intrinsic" fn();
|
2019-10-27 23:14:35 +01:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2019-07-09 11:32:08 +02:00
|
|
|
= help: add `#![feature(intrinsics)]` 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
|
2017-12-06 09:27:47 +01:00
|
|
|
|
2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "rust-intrinsic" ABI is an implementation detail and perma-unstable
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:51:18
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2024-02-23 18:36:24 +01:00
|
|
|
LL | type A2 = extern "rust-intrinsic" fn();
|
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2024-02-23 18:36:24 +01:00
|
|
|
= help: add `#![feature(intrinsics)]` 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
|
2017-12-06 09:27:47 +01:00
|
|
|
|
2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "rust-call" ABI is experimental and subject to change
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:52:18
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2020-11-11 18:15:39 -05:00
|
|
|
LL | type A4 = extern "rust-call" fn(_: ());
|
2019-10-27 23:14:35 +01:00
|
|
|
| ^^^^^^^^^^^
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2020-02-07 13:07:02 +01:00
|
|
|
= note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
|
2019-07-09 11:32:08 +02:00
|
|
|
= help: add `#![feature(unboxed_closures)]` 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
|
2017-12-06 09:27:47 +01:00
|
|
|
|
2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "rust-intrinsic" ABI is an implementation detail and perma-unstable
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:55:8
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | extern "rust-intrinsic" {}
|
2019-10-27 23:14:35 +01:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2019-07-09 11:32:08 +02:00
|
|
|
= help: add `#![feature(intrinsics)]` 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
|
2017-12-06 09:27:47 +01:00
|
|
|
|
2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "rust-intrinsic" ABI is an implementation detail and perma-unstable
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:56:8
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2024-02-23 18:36:24 +01:00
|
|
|
LL | extern "rust-intrinsic" {}
|
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2024-02-23 18:36:24 +01:00
|
|
|
= help: add `#![feature(intrinsics)]` 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
|
2017-12-06 09:27:47 +01:00
|
|
|
|
2025-02-05 11:15:27 -08:00
|
|
|
error[E0658]: the extern "rust-call" ABI is experimental and subject to change
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:57:8
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2019-03-09 15:03:44 +03:00
|
|
|
LL | extern "rust-call" {}
|
2019-10-27 23:14:35 +01:00
|
|
|
| ^^^^^^^^^^^
|
2017-12-06 09:27:47 +01:00
|
|
|
|
|
2020-02-07 13:07:02 +01:00
|
|
|
= note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
|
2019-07-09 11:32:08 +02:00
|
|
|
= help: add `#![feature(unboxed_closures)]` 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
|
2017-12-06 09:27:47 +01:00
|
|
|
|
2019-09-12 10:46:49 -04:00
|
|
|
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:20:32
|
2019-09-12 10:46:49 -04:00
|
|
|
|
|
|
|
|
|
LL | extern "rust-intrinsic" fn m1();
|
|
|
|
|
| ^^
|
|
|
|
|
|
|
|
|
|
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:22:32
|
2019-09-12 10:46:49 -04:00
|
|
|
|
|
2024-02-23 18:36:24 +01:00
|
|
|
LL | extern "rust-intrinsic" fn m2();
|
|
|
|
|
| ^^
|
2019-09-12 10:46:49 -04:00
|
|
|
|
|
|
|
|
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:12:33
|
2019-09-12 10:46:49 -04:00
|
|
|
|
|
|
|
|
|
LL | extern "rust-intrinsic" fn f1() {}
|
|
|
|
|
| ^^
|
|
|
|
|
|
|
|
|
|
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:14:33
|
2019-09-12 10:46:49 -04:00
|
|
|
|
|
2024-02-23 18:36:24 +01:00
|
|
|
LL | extern "rust-intrinsic" fn f2() {}
|
|
|
|
|
| ^^
|
2019-09-12 10:46:49 -04:00
|
|
|
|
|
|
|
|
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:33:37
|
2019-09-12 10:46:49 -04:00
|
|
|
|
|
|
|
|
|
LL | extern "rust-intrinsic" fn m1() {}
|
|
|
|
|
| ^^
|
|
|
|
|
|
|
|
|
|
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:35:37
|
2019-09-12 10:46:49 -04:00
|
|
|
|
|
2024-02-23 18:36:24 +01:00
|
|
|
LL | extern "rust-intrinsic" fn m2() {}
|
|
|
|
|
| ^^
|
2019-09-12 10:46:49 -04:00
|
|
|
|
|
|
|
|
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:42:38
|
2019-09-12 10:46:49 -04:00
|
|
|
|
|
|
|
|
|
LL | extern "rust-intrinsic" fn im1() {}
|
|
|
|
|
| ^^
|
|
|
|
|
|
|
|
|
|
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
|
2025-02-24 09:26:54 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:44:38
|
2019-09-12 10:46:49 -04:00
|
|
|
|
|
2024-02-23 18:36:24 +01:00
|
|
|
LL | extern "rust-intrinsic" fn im2() {}
|
|
|
|
|
| ^^
|
2019-09-12 10:46:49 -04:00
|
|
|
|
2024-04-07 13:17:21 -04:00
|
|
|
error: aborting due to 27 previous errors
|
2017-12-06 09:27:47 +01:00
|
|
|
|
2024-04-07 13:17:21 -04:00
|
|
|
For more information about this error, try `rustc --explain E0658`.
|