]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc/test_option_check/bar.rs
Merge commit '1d8491b120223272b13451fc81265aa64f7f4d5b' into sync-from-rustfmt
[rust.git] / tests / rustdoc / test_option_check / bar.rs
1 // compile-flags: --test
2 // check-test-line-numbers-match
3
4 /// This looks like another awesome test!
5 ///
6 /// ```
7 /// println!("foo?");
8 /// ```
9 pub fn foooo() {}