]> git.proxmox.com Git - rustc.git/blob - src/test/ui/attributes/issue-90873.rs
New upstream version 1.62.1+dfsg1
[rustc.git] / src / test / ui / attributes / issue-90873.rs
1 #![u=||{static d=||1;}]
2 //~^ unexpected expression
3 //~| cannot find attribute `u` in this scope
4 //~| missing type for `static` item
5
6 #![a={impl std::ops::Neg for i8 {}}]
7 //~^ ERROR unexpected expression
8 //~| ERROR cannot find attribute `a` in this scope
9 //~| ERROR `main` function not found in crate `issue_90873`