]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/issue-48377.rs
Auto merge of #107843 - bjorn3:sync_cg_clif-2023-02-09, r=bjorn3
[rust.git] / tests / rustdoc / issue-48377.rs
1 // compile-flags:--test
2
3 //! This is a doc comment
4 //!
5 //! ```rust
6 //! fn main() {}
7 //! ```
8 //!
9 //! With a trailing code fence
10 //! ```
11
12 /// Some foo function
13 pub fn foo() {}