2024-11-02 16:10:24 -07:00
|
|
|
error[E0658]: use of unstable library feature `transmutability`
|
2022-07-21 17:43:25 +00:00
|
|
|
--> $DIR/feature-missing.rs:5:5
|
|
|
|
|
|
|
2024-08-27 14:05:54 +00:00
|
|
|
LL | use std::mem::TransmuteFrom;
|
|
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^
|
2022-07-21 17:43:25 +00:00
|
|
|
|
|
2022-07-21 18:18:36 +00:00
|
|
|
= note: see issue #99571 <https://github.com/rust-lang/rust/issues/99571> for more information
|
2022-07-21 17:43:25 +00:00
|
|
|
= help: add `#![feature(transmutability)]` 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
|
2022-07-21 17:43:25 +00:00
|
|
|
|
2024-11-02 16:10:24 -07:00
|
|
|
error[E0658]: use of unstable library feature `transmutability`
|
2022-07-21 18:18:36 +00:00
|
|
|
--> $DIR/feature-missing.rs:8:5
|
|
|
|
|
|
|
|
|
|
|
LL | use std::mem::Assume;
|
|
|
|
|
| ^^^^^^^^^^^^^^^^
|
|
|
|
|
|
|
|
|
|
|
= note: see issue #99571 <https://github.com/rust-lang/rust/issues/99571> for more information
|
|
|
|
|
= help: add `#![feature(transmutability)]` 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
|
2022-07-21 18:18:36 +00:00
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
2022-07-21 17:43:25 +00:00
|
|
|
|
|
|
|
|
For more information about this error, try `rustc --explain E0658`.
|