2018-01-13 13:05:51 +00:00
|
|
|
error[E0658]: intrinsics are subject to change
|
2024-02-23 17:36:24 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:14:8
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | extern "rust-intrinsic" fn f1() {}
|
2019-10-27 22:14:35 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(intrinsics)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2017-12-06 08:27:47 +00:00
|
|
|
|
2024-02-23 17:36:24 +00:00
|
|
|
error[E0658]: intrinsics are subject to change
|
|
|
|
--> $DIR/feature-gate-abi.rs:17:8
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2024-02-23 17:36:24 +00:00
|
|
|
LL | extern "rust-intrinsic" fn f2() {}
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2024-02-23 17:36:24 +00:00
|
|
|
= help: add `#![feature(intrinsics)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2017-12-06 08:27:47 +00:00
|
|
|
|
2019-04-10 23:40:12 +00:00
|
|
|
error[E0658]: rust-call ABI is subject to change
|
2024-02-23 17:36:24 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:20:8
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2020-11-11 23:15:39 +00:00
|
|
|
LL | extern "rust-call" fn f4(_: ()) {}
|
2019-10-27 22:14:35 +00:00
|
|
|
| ^^^^^^^^^^^
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2020-02-07 12:07:02 +00:00
|
|
|
= note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unboxed_closures)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2017-12-06 08:27:47 +00:00
|
|
|
|
2018-01-13 13:05:51 +00:00
|
|
|
error[E0658]: intrinsics are subject to change
|
2024-02-23 17:36:24 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:24:12
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | extern "rust-intrinsic" fn m1();
|
2019-10-27 22:14:35 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(intrinsics)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2017-12-06 08:27:47 +00:00
|
|
|
|
2024-02-23 17:36:24 +00:00
|
|
|
error[E0658]: intrinsics are subject to change
|
|
|
|
--> $DIR/feature-gate-abi.rs:26:12
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2024-02-23 17:36:24 +00:00
|
|
|
LL | extern "rust-intrinsic" fn m2();
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2024-02-23 17:36:24 +00:00
|
|
|
= help: add `#![feature(intrinsics)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2017-12-06 08:27:47 +00:00
|
|
|
|
2019-04-10 23:40:12 +00:00
|
|
|
error[E0658]: rust-call ABI is subject to change
|
2024-02-23 17:36:24 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:28:12
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2020-11-11 23:15:39 +00:00
|
|
|
LL | extern "rust-call" fn m4(_: ());
|
2019-10-27 22:14:35 +00:00
|
|
|
| ^^^^^^^^^^^
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2020-02-07 12:07:02 +00:00
|
|
|
= note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unboxed_closures)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2017-12-06 08:27:47 +00:00
|
|
|
|
2019-04-10 23:40:12 +00:00
|
|
|
error[E0658]: rust-call ABI is subject to change
|
2024-02-23 17:36:24 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:30:12
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2020-11-11 23:15:39 +00:00
|
|
|
LL | extern "rust-call" fn dm4(_: ()) {}
|
2019-10-27 22:14:35 +00:00
|
|
|
| ^^^^^^^^^^^
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2020-02-07 12:07:02 +00:00
|
|
|
= note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unboxed_closures)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2017-12-06 08:27:47 +00:00
|
|
|
|
2018-01-13 13:05:51 +00:00
|
|
|
error[E0658]: intrinsics are subject to change
|
2024-02-23 17:36:24 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:37:12
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | extern "rust-intrinsic" fn m1() {}
|
2019-10-27 22:14:35 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(intrinsics)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2017-12-06 08:27:47 +00:00
|
|
|
|
2024-02-23 17:36:24 +00:00
|
|
|
error[E0658]: intrinsics are subject to change
|
|
|
|
--> $DIR/feature-gate-abi.rs:39:12
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2024-02-23 17:36:24 +00:00
|
|
|
LL | extern "rust-intrinsic" fn m2() {}
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2024-02-23 17:36:24 +00:00
|
|
|
= help: add `#![feature(intrinsics)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2017-12-06 08:27:47 +00:00
|
|
|
|
2019-04-10 23:40:12 +00:00
|
|
|
error[E0658]: rust-call ABI is subject to change
|
2024-02-23 17:36:24 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:41:12
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2020-11-11 23:15:39 +00:00
|
|
|
LL | extern "rust-call" fn m4(_: ()) {}
|
2019-10-27 22:14:35 +00:00
|
|
|
| ^^^^^^^^^^^
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2020-02-07 12:07:02 +00:00
|
|
|
= note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unboxed_closures)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2017-12-06 08:27:47 +00:00
|
|
|
|
2019-10-24 15:29:29 +00:00
|
|
|
error[E0658]: intrinsics are subject to change
|
2024-02-23 17:36:24 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:46:12
|
2019-10-24 15:29:29 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | extern "rust-intrinsic" fn im1() {}
|
2019-10-27 22:14:35 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(intrinsics)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2017-12-06 08:27:47 +00:00
|
|
|
|
2024-02-23 17:36:24 +00:00
|
|
|
error[E0658]: intrinsics are subject to change
|
|
|
|
--> $DIR/feature-gate-abi.rs:48:12
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2024-02-23 17:36:24 +00:00
|
|
|
LL | extern "rust-intrinsic" fn im2() {}
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2024-02-23 17:36:24 +00:00
|
|
|
= help: add `#![feature(intrinsics)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2017-12-06 08:27:47 +00:00
|
|
|
|
2019-04-10 23:40:12 +00:00
|
|
|
error[E0658]: rust-call ABI is subject to change
|
2024-02-23 17:36:24 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:50:12
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2020-11-11 23:15:39 +00:00
|
|
|
LL | extern "rust-call" fn im4(_: ()) {}
|
2019-10-27 22:14:35 +00:00
|
|
|
| ^^^^^^^^^^^
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2020-02-07 12:07:02 +00:00
|
|
|
= note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unboxed_closures)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2017-12-06 08:27:47 +00:00
|
|
|
|
2018-01-13 13:05:51 +00:00
|
|
|
error[E0658]: intrinsics are subject to change
|
2024-02-23 17:36:24 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:54:18
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | type A1 = extern "rust-intrinsic" fn();
|
2019-10-27 22:14:35 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(intrinsics)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2017-12-06 08:27:47 +00:00
|
|
|
|
2024-02-23 17:36:24 +00:00
|
|
|
error[E0658]: intrinsics are subject to change
|
|
|
|
--> $DIR/feature-gate-abi.rs:55:18
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2024-02-23 17:36:24 +00:00
|
|
|
LL | type A2 = extern "rust-intrinsic" fn();
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2024-02-23 17:36:24 +00:00
|
|
|
= help: add `#![feature(intrinsics)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2017-12-06 08:27:47 +00:00
|
|
|
|
2019-04-10 23:40:12 +00:00
|
|
|
error[E0658]: rust-call ABI is subject to change
|
2024-02-23 17:36:24 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:56:18
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2020-11-11 23:15:39 +00:00
|
|
|
LL | type A4 = extern "rust-call" fn(_: ());
|
2019-10-27 22:14:35 +00:00
|
|
|
| ^^^^^^^^^^^
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2020-02-07 12:07:02 +00:00
|
|
|
= note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unboxed_closures)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2017-12-06 08:27:47 +00:00
|
|
|
|
2018-01-13 13:05:51 +00:00
|
|
|
error[E0658]: intrinsics are subject to change
|
2024-02-23 17:36:24 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:59:8
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | extern "rust-intrinsic" {}
|
2019-10-27 22:14:35 +00:00
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(intrinsics)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2017-12-06 08:27:47 +00:00
|
|
|
|
2024-02-23 17:36:24 +00:00
|
|
|
error[E0658]: intrinsics are subject to change
|
|
|
|
--> $DIR/feature-gate-abi.rs:60:8
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2024-02-23 17:36:24 +00:00
|
|
|
LL | extern "rust-intrinsic" {}
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2024-02-23 17:36:24 +00:00
|
|
|
= help: add `#![feature(intrinsics)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2017-12-06 08:27:47 +00:00
|
|
|
|
2019-04-10 23:40:12 +00:00
|
|
|
error[E0658]: rust-call ABI is subject to change
|
2024-02-23 17:36:24 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:61:8
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2019-03-09 12:03:44 +00:00
|
|
|
LL | extern "rust-call" {}
|
2019-10-27 22:14:35 +00:00
|
|
|
| ^^^^^^^^^^^
|
2017-12-06 08:27:47 +00:00
|
|
|
|
|
2020-02-07 12:07:02 +00:00
|
|
|
= note: see issue #29625 <https://github.com/rust-lang/rust/issues/29625> for more information
|
2019-07-09 09:32:08 +00:00
|
|
|
= help: add `#![feature(unboxed_closures)]` to the crate attributes to enable
|
2024-01-10 06:39:02 +00:00
|
|
|
= note: this compiler was built on YYYY-MM-DD; consider upgrading it if it is out of date
|
2017-12-06 08:27:47 +00:00
|
|
|
|
2024-01-31 14:28:40 +00:00
|
|
|
error[E0093]: unrecognized intrinsic function: `f1`
|
2024-02-23 17:36:24 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:14:28
|
2024-01-31 14:28:40 +00:00
|
|
|
|
|
|
|
|
LL | extern "rust-intrinsic" fn f1() {}
|
|
|
|
| ^^ unrecognized intrinsic
|
2024-02-17 23:26:45 +00:00
|
|
|
|
|
|
|
|
= help: if you're adding an intrinsic, be sure to update `check_intrinsic_type`
|
2024-01-31 14:28:40 +00:00
|
|
|
|
|
|
|
error[E0093]: unrecognized intrinsic function: `f2`
|
2024-02-23 17:36:24 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:17:28
|
2024-01-31 14:28:40 +00:00
|
|
|
|
|
2024-02-23 17:36:24 +00:00
|
|
|
LL | extern "rust-intrinsic" fn f2() {}
|
|
|
|
| ^^ unrecognized intrinsic
|
2024-02-17 23:26:45 +00:00
|
|
|
|
|
|
|
|
= help: if you're adding an intrinsic, be sure to update `check_intrinsic_type`
|
2024-01-31 14:28:40 +00:00
|
|
|
|
2019-09-12 14:46:49 +00:00
|
|
|
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
|
2024-02-23 17:36:24 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:24:32
|
2019-09-12 14:46:49 +00:00
|
|
|
|
|
|
|
|
LL | extern "rust-intrinsic" fn m1();
|
|
|
|
| ^^
|
|
|
|
|
|
|
|
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
|
2024-02-23 17:36:24 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:26:32
|
2019-09-12 14:46:49 +00:00
|
|
|
|
|
2024-02-23 17:36:24 +00:00
|
|
|
LL | extern "rust-intrinsic" fn m2();
|
|
|
|
| ^^
|
2019-09-12 14:46:49 +00:00
|
|
|
|
|
|
|
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
|
2024-02-23 17:36:24 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:14:33
|
2019-09-12 14:46:49 +00:00
|
|
|
|
|
|
|
|
LL | extern "rust-intrinsic" fn f1() {}
|
|
|
|
| ^^
|
|
|
|
|
|
|
|
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
|
2024-02-23 17:36:24 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:17:33
|
2019-09-12 14:46:49 +00:00
|
|
|
|
|
2024-02-23 17:36:24 +00:00
|
|
|
LL | extern "rust-intrinsic" fn f2() {}
|
|
|
|
| ^^
|
2019-09-12 14:46:49 +00:00
|
|
|
|
|
|
|
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
|
2024-02-23 17:36:24 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:37:37
|
2019-09-12 14:46:49 +00:00
|
|
|
|
|
|
|
|
LL | extern "rust-intrinsic" fn m1() {}
|
|
|
|
| ^^
|
|
|
|
|
|
|
|
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
|
2024-02-23 17:36:24 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:39:37
|
2019-09-12 14:46:49 +00:00
|
|
|
|
|
2024-02-23 17:36:24 +00:00
|
|
|
LL | extern "rust-intrinsic" fn m2() {}
|
|
|
|
| ^^
|
2019-09-12 14:46:49 +00:00
|
|
|
|
|
|
|
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
|
2024-02-23 17:36:24 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:46:38
|
2019-09-12 14:46:49 +00:00
|
|
|
|
|
|
|
|
LL | extern "rust-intrinsic" fn im1() {}
|
|
|
|
| ^^
|
|
|
|
|
|
|
|
error: intrinsic must be in `extern "rust-intrinsic" { ... }` block
|
2024-02-23 17:36:24 +00:00
|
|
|
--> $DIR/feature-gate-abi.rs:48:38
|
2019-09-12 14:46:49 +00:00
|
|
|
|
|
2024-02-23 17:36:24 +00:00
|
|
|
LL | extern "rust-intrinsic" fn im2() {}
|
|
|
|
| ^^
|
2019-09-12 14:46:49 +00:00
|
|
|
|
2024-01-31 14:28:40 +00:00
|
|
|
error: aborting due to 29 previous errors
|
2017-12-06 08:27:47 +00:00
|
|
|
|
2024-01-31 14:28:40 +00:00
|
|
|
Some errors have detailed explanations: E0093, E0658.
|
|
|
|
For more information about an error, try `rustc --explain E0093`.
|