]> git.lizzy.rs Git - rust.git/blob - tests/rustdoc-ui/issue-58473-2.rs
Rollup merge of #107348 - lcnr:project-solve-new, r=compiler-errors
[rust.git] / tests / rustdoc-ui / issue-58473-2.rs
1 // check-pass
2
3 #![deny(rustdoc::private_doc_tests)]
4
5 mod foo {
6     /**
7     Does nothing, returns `()`
8
9     yadda-yadda-yadda
10     */
11     fn foo() {}
12 }