Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// 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]
use std::mem::Assume;