rust/tests/ui/lint/cli-unknown-force-warn.rs

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

8 lines
232 B
Rust
Raw Normal View History

// Checks that rustc correctly errors when passed an invalid lint with
2021-07-21 13:40:52 +00:00
// `--force-warn`. This is a regression test for issue #86958.
//
// compile-flags: --force-warn foo-qux
// error-pattern: unknown lint: `foo_qux`
fn main() {}