summaryrefslogtreecommitdiffstats
path: root/src/test/rustdoc-ui/check.rs
blob: 2b44ba24b4426d1847c88a7dac371af58b8c2427 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
// check-pass
// compile-flags: -Z unstable-options --check
// normalize-stderr-test: "nightly|beta|1\.[0-9][0-9]\.[0-9]" -> "$$CHANNEL"

#![warn(missing_docs)]
//~^ WARN
//~^^ WARN
#![warn(rustdoc::all)]

pub fn foo() {}
//~^ WARN
//~^^ WARN