blob: 50336e04c888a18d33404ad8318f6cac44b01cc0 [file] [log] [blame]
#![u=||{static d=||1;}]
//~^ ERROR attribute value must be a literal
//~| ERROR cannot find attribute `u` in this scope
//~| ERROR missing type for `static` item
#![a={impl std::ops::Neg for i8 {}}]
//~^ ERROR attribute value must be a literal
//~| ERROR cannot find attribute `a` in this scope
//~| ERROR `main` function not found in crate `issue_90873`