summaryrefslogtreecommitdiffstats
path: root/src/tools/rustfmt/tests/target/issue-3182.rs
blob: d8de8443812e4d81f977e8716f4d5589a0ea4e82 (plain)
1
2
3
4
5
6
7
8
9
10
// rustfmt-max_width: 79
// rustfmt-wrap_comments: true

/// ```rust
/// # #![cfg_attr(not(dox), feature(cfg_target_feature, target_feature, stdsimd)not(dox), feature(cfg_target_feature, target_feature, stdsimd))]
///
/// // Est lectus hendrerit lorem, eget dignissim orci nisl sit amet massa. Etiam volutpat lobortis eros.
/// let x = 42;
/// ```
fn func() {}