rust/tests/ui/lint/lint-missing-doc-test.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
165 B
Rust
Raw Normal View History

//! This test checks that denying the missing_docs lint does not trigger
//! on the generated test harness.
//@ check-pass
//@ compile-flags: --test -Dmissing_docs