Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![feature(trait_alias, marker_trait_attr)]
#[marker]
//~^ ERROR attribute cannot be used on
trait Foo = Send;
fn main() {}