]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc-ui/no-crate-level-doc-lint.rs
Delay span bug when failing to normalize negative coherence impl subject due to other...
[rust.git] / src / test / rustdoc-ui / no-crate-level-doc-lint.rs
1 // error-pattern: no documentation found
2 // normalize-stderr-test: "nightly|beta|1\.[0-9][0-9]\.[0-9]" -> "$$CHANNEL"
3 #![deny(rustdoc::missing_crate_level_docs)]
4 //^~ NOTE defined here
5
6 pub fn foo() {}