]> git.proxmox.com Git - rustc.git/blobdiff - src/test/ui/lint/cli-unknown-force-warn.rs
New upstream version 1.56.0~beta.4+dfsg1
[rustc.git] / src / test / ui / lint / cli-unknown-force-warn.rs
index 55544cc73781a6dd86700b8dccfd2bc71cae4d9a..f3dea87a6b69a1fccc2a66f9d000c3013d40aca4 100644 (file)
@@ -1,7 +1,7 @@
 // Checks that rustc correctly errors when passed an invalid lint with
 // `--force-warn`. This is a regression test for issue #86958.
 //
-// compile-flags: -Z unstable-options --force-warn foo-qux
+// compile-flags: --force-warn foo-qux
 // error-pattern: unknown lint: `foo_qux`
 
 fn main() {}