]> git.proxmox.com Git - rustc.git/blame - src/test/ui/attributes/issue-90873.rs
Update unsuspicious file list
[rustc.git] / src / test / ui / attributes / issue-90873.rs
CommitLineData
3c0e092e 1#![u=||{static d=||1;}]
04454e1e 2//~^ unexpected expression
3c0e092e 3//~| cannot find attribute `u` in this scope
3c0e092e
XL
4//~| missing type for `static` item
5
6#![a={impl std::ops::Neg for i8 {}}]
04454e1e 7//~^ ERROR unexpected expression
3c0e092e 8//~| ERROR cannot find attribute `a` in this scope
5e7ed085 9//~| ERROR `main` function not found in crate `issue_90873`