]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-3182.rs
Merge commit 'efa8f5521d3813cc897ba29ea0ef98c7aef66bb6' into rustfmt-subtree
[rust.git] / src / tools / rustfmt / tests / target / issue-3182.rs
1 // rustfmt-max_width: 79
2 // rustfmt-wrap_comments: true
3
4 /// ```rust
5 /// # #![cfg_attr(not(dox), feature(cfg_target_feature, target_feature, stdsimd)not(dox), feature(cfg_target_feature, target_feature, stdsimd))]
6 ///
7 /// // Est lectus hendrerit lorem, eget dignissim orci nisl sit amet massa. Etiam volutpat lobortis eros.
8 /// let x = 42;
9 /// ```
10 fn func() {}