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
|
|
|
|
|
|
|
#![test = "4200"]
|
2019-06-20 03:52:31 -05:00
|
|
|
//~^ ERROR cannot determine resolution for the attribute macro `test`
|
2017-07-11 07:30:10 -05:00
|
|
|
|
2019-06-20 03:52:31 -05:00
|
|
|
fn main() {}
|