blob: ebd14590a21525f2b6ec0c7434f36586a47a586b [file] [log] [blame]
// Multiple custom crate-level attributes, both inert and active.
//@ check-pass
//@ proc-macro: test-macros.rs
#![feature(custom_inner_attributes)]
#![feature(prelude_import)]
#![test_macros::identity_attr]
#![rustfmt::skip]
#![test_macros::identity_attr]
#![rustfmt::skip]
fn main() {}