summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-3585/extern_crate.rs
blob: dc7c9e0246b206bebcd410158ab8d497f341abbc (plain)
1
2
3
4
5
6
7
8
9
10
// rustfmt-inline_attribute_width: 100

#[macro_use] extern crate static_assertions;

#[cfg(unix)] extern crate static_assertions;

// a comment before the attribute
#[macro_use]
// some comment after
extern crate static_assertions;