2022-07-21 12:43:25 -05: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 13:18:36 -05:00
|
|
|
|
|
|
|
use std::mem::Assume;
|
|
|
|
//~^ ERROR use of unstable library feature 'transmutability' [E0658]
|