summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/source/issue-3585/use.rs
blob: e71ba9008ce448c20e36fa5e29e1eabb7815f910 (plain)
1
2
3
4
5
6
7
// rustfmt-inline_attribute_width: 100

#[macro_use]
use static_assertions;

#[cfg(unix)]
use static_assertions;