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"]
|
2019-06-20 11:52:31 +03:00
|
|
|
//~^ ERROR cannot determine resolution for the attribute macro `test`
|
2021-10-09 13:13:15 +01:00
|
|
|
//~^^ ERROR `test` attribute cannot be used at crate level
|
2019-06-20 11:52:31 +03:00
|
|
|
fn main() {}
|