Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
use std::from::From; //~ ERROR use of unstable library feature `derive_from
#[derive(From)] //~ ERROR use of unstable library feature `derive_from`
struct Foo(u32);
fn main() {}