]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/test-compile-fail1.rs
Rollup merge of #106717 - klensy:typo, r=lcnr
[rust.git] / tests / rustdoc-ui / test-compile-fail1.rs
1 // compile-flags:--test
2
3 /// ```
4 /// assert!(true)
5 /// ```
6 pub fn f() {}
7
8 pub fn f() {}