Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try-perf
/
.
/
tests
/
rustdoc-ui
/
lints
/
deny-cmd.rs
blob: b4255c8f694057476c10f5a5782e2ba3f2593345 [
file
] [
edit
]
//@ revisions: deny allow
//@[deny] compile-flags: -Dmissing_docs
//@[allow] compile-flags: -Amissing_docs
//@[allow] check-pass
//! Verify that the `-D` flag, passed to rustdoc, works as expected
pub
struct
Foo
;
//[deny]~^ ERROR missing_docs