blob: ef2a5d634a678a00a21d49fd3880740b161067b1 (
plain)
1
2
3
4
5
|
// compile-flags: --test
#![allow(soft_unstable)]
#![test] //~ ERROR cannot determine resolution for the attribute macro `test`
//~^ ERROR 4:1: 4:9: `test` attribute cannot be used at crate level
|