rust/tests/rustdoc/doctest-hide-empty-line-23106.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

11 lines
145 B
Rust
Raw Normal View History

// compile-flags:--test
2023-10-04 20:04:45 +00:00
// https://github.com/rust-lang/rust/issues/23106
#![crate_name="issue_23106"]
/// ```
/// #
/// ```
pub fn main() {
}