blob: 76708ea98305f2ee9637ecb7bfcefca78dbfe11a (
plain)
1
2
3
4
5
6
7
8
9
|
#![u=||{static d=||1;}]
//~^ unexpected token
//~| cannot find attribute `u` in this scope
//~| `main` function not found in crate `issue_90873`
//~| missing type for `static` item
#![a={impl std::ops::Neg for i8 {}}]
//~^ ERROR unexpected token
//~| ERROR cannot find attribute `a` in this scope
|