blob: ee3fe712e36e5b944056ace8f272e449553cb13c [file] [log] [blame]
// The non-crate level cases are in issue-43106-gating-of-builtin-attrs.rs.
#![allow(soft_unstable)]
#![test = "4200"]
//~^ ERROR cannot determine resolution for the attribute macro `test`
fn main() {}