Sign in
◑
Theme
fuchsia
/
third_party
/
rust
/
HEAD
/
.
/
tests
/
rustdoc-ui
/
lints
/
deny-cmd.rs
blob: b4255c8f694057476c10f5a5782e2ba3f2593345 [
file
]
//@ 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