mirror of
https://git.proxmox.com/git/rustc
synced 2025-08-16 11:11:14 +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() {}
|