]> git.proxmox.com Git - rustc.git/blob - tests/ui/attributes/issue-90873.rs
bump version to 1.80.1+dfsg1-1~bpo12+pve1
[rustc.git] / tests / ui / attributes / issue-90873.rs
1 #![u=||{static d=||1;}]
2 //~^ attribute value must be a literal
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 attribute value must be a literal
8 //~| ERROR cannot find attribute `a` in this scope
9 //~| ERROR `main` function not found in crate `issue_90873`