blob: 7fe2324698e2504408b91833f6062df79691836c [file] [log] [blame]
// The trait must not be available if its feature flag is absent.
#![crate_type = "lib"]
use std::mem::TransmuteFrom;
//~^ ERROR use of unstable library feature `transmutability` [E0658]
use std::mem::Assume;
//~^ ERROR use of unstable library feature `transmutability` [E0658]