2019-06-20 03:52:31 -05:00
|
|
|
// The non-crate level cases are in issue-43106-gating-of-builtin-attrs.rs.
|
2017-07-11 07:30:10 -05:00
|
|
|
|
2020-11-12 14:42:42 -06:00
|
|
|
#![allow(soft_unstable)]
|
2017-07-11 07:30:10 -05:00
|
|
|
#![test = "4200"]
|
2019-06-20 03:52:31 -05:00
|
|
|
//~^ ERROR cannot determine resolution for the attribute macro `test`
|
2021-10-09 07:13:15 -05:00
|
|
|
//~^^ ERROR `test` attribute cannot be used at crate level
|
2019-06-20 03:52:31 -05:00
|
|
|
fn main() {}
|