summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc-ui/doc-comment-multi-line-cfg-attr.rs
blob: 6ce3cb9fc07070de948ac5bbf2e27d3cb64f8838 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// compile-flags:--test
// normalize-stdout-test: "tests/rustdoc-ui" -> "$$DIR"
// normalize-stdout-test "finished in \d+\.\d+s" -> "finished in $$TIME"
// check-pass

/// ```
/// # #![cfg_attr(not(dox), deny(missing_abi,
/// # non_ascii_idents))]
///
/// pub struct Bar;
/// ```
pub struct Bar;