rust/tests/target/wrapped_hidden_code_block.rs

14 lines
380 B
Rust
Raw Normal View History

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