mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
7 lines
210 B
Rust
7 lines
210 B
Rust
// The non-crate level cases are in issue-43106-gating-of-builtin-attrs.rs.
|
|
|
|
#![allow(soft_unstable)]
|
|
#![test = "4200"]
|
|
//~^ ERROR `test` attribute cannot be used at crate level
|
|
fn main() {}
|