rust/tests/target/wrapped_hidden_code_block.rs
2018-10-13 09:57:43 +02:00

13 lines
380 B
Rust

// 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() {}