mirror of
https://git.proxmox.com/git/rustc
synced 2025-05-02 17:25:45 +00:00
10 lines
338 B
Rust
10 lines
338 B
Rust
#![u=||{static d=||1;}]
|
|
//~^ attribute value must be a literal
|
|
//~| cannot find attribute `u` in this scope
|
|
//~| 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`
|