Sign in
android
/
toolchain
/
rustc
/
refs/heads/main
/
.
/
tests
/
rustdoc-ui
/
lints
/
no-crate-level-doc-lint.rs
blob: 12d4892d36a8a949cd1f347477a2ba5150a01c8b [
file
] [
log
] [
blame
] [
edit
]
//@ error-pattern: no documentation found
//@ normalize-stderr-test: "nightly|beta|1\.[0-9][0-9]\.[0-9]" -> "$$CHANNEL"
#![
deny
(
rustdoc
::
missing_crate_level_docs
)]
//^~ NOTE defined here
pub
fn
foo
()
{}