2022-07-21 17:43:25 +00:00
|
|
|
// The trait must not be available if its feature flag is absent.
|
|
|
|
|
|
|
|
#![crate_type = "lib"]
|
|
|
|
|
|
|
|
use std::mem::BikeshedIntrinsicFrom;
|
|
|
|
//~^ ERROR use of unstable library feature 'transmutability' [E0658]
|
2022-07-21 18:18:36 +00:00
|
|
|
|
|
|
|
use std::mem::Assume;
|
|
|
|
//~^ ERROR use of unstable library feature 'transmutability' [E0658]
|