summaryrefslogtreecommitdiffstats
path: root/tests/rustdoc/doctest/doctest-markdown-trailing-docblock-48377.rs
blob: d481dc0dd70187b76c261e9fd3bd0d0f13c29d6e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// compile-flags:--test

// https://github.com/rust-lang/rust/issues/48377

//! This is a doc comment
//!
//! ```rust
//! fn main() {}
//! ```
//!
//! With a trailing code fence
//! ```

/// Some foo function
pub fn foo() {}