5 lines
129 B
Rust
5 lines
129 B
Rust
// compile-flags: --test
|
|
|
|
#![allow(soft_unstable)]
|
|
#![test] //~ ERROR cannot determine resolution for the attribute macro `test`
|