blob: 633cc60554da713bd014a01bb435b2be4b146ba4 [file] [log] [blame] [edit]
#![feature(trait_alias, marker_trait_attr)]
#[marker]
//~^ ERROR attribute cannot be used on
trait Foo = Send;
fn main() {}