summaryrefslogtreecommitdiffstats
path: root/src/test/ui/unknown-unstable-lints/deny-unstable-lint-command-line.rs
blob: dcc06850de174d15d56e732be7fc3343ab61170d (plain)
1
2
3
4
5
6
// check-fail
// compile-flags: -Dunknown_lints -Atest_unstable_lint
// error-pattern: unknown lint: `test_unstable_lint`
// error-pattern: the `test_unstable_lint` lint is unstable

fn main() {}