]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/issue-48377.rs
Rollup merge of #107731 - RalfJung:interpret-discriminant, r=cjgillot
[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() {}