2019-06-20 11:52:31 +03:00
|
|
|
// The non-crate level cases are in issue-43106-gating-of-builtin-attrs.rs.
|
2017-07-11 14:30:10 +02:00
|
|
|
|
2020-11-12 23:42:42 +03:00
|
|
|
#![allow(soft_unstable)]
|
2017-07-11 14:30:10 +02:00
|
|
|
#![test = "4200"]
|
2024-01-27 19:09:55 +08:00
|
|
|
//~^ ERROR `test` attribute cannot be used at crate level
|
2019-06-20 11:52:31 +03:00
|
|
|
fn main() {}
|