mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 06:51:58 +00:00
10 lines
314 B
Rust
10 lines
314 B
Rust
#![u=||{static d=||1;}]
|
|
//~^ unexpected expression
|
|
//~| cannot find attribute `u` in this scope
|
|
//~| missing type for `static` item
|
|
|
|
#![a={impl std::ops::Neg for i8 {}}]
|
|
//~^ ERROR unexpected expression
|
|
//~| ERROR cannot find attribute `a` in this scope
|
|
//~| ERROR `main` function not found in crate `issue_90873`
|