]> git.lizzy.rs Git - rust.git/blob - src/tools/rustfmt/tests/target/issue-3182.rs
Rollup merge of #85361 - bjorn3:rustdoc_target_json_path_canonicalize, r=jyn514
[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() {}