2018-02-20 13:30:29 -06:00
|
|
|
//@ compile-flags:--test
|
|
|
|
|
2023-11-20 12:50:25 -06:00
|
|
|
// https://github.com/rust-lang/rust/issues/48377
|
|
|
|
|
2018-02-20 13:30:29 -06:00
|
|
|
//! This is a doc comment
|
|
|
|
//!
|
|
|
|
//! ```rust
|
|
|
|
//! fn main() {}
|
|
|
|
//! ```
|
|
|
|
//!
|
|
|
|
//! With a trailing code fence
|
|
|
|
//! ```
|
|
|
|
|
|
|
|
/// Some foo function
|
|
|
|
pub fn foo() {}
|