Fix span_use_eq_ctxt test

The stage0 compiler does not know about the lint yet, so ignore the test on stage1.
This commit is contained in:
Jakub Beránek 2023-10-19 09:52:29 +02:00
parent 8ff2954150
commit c2524bc689
No known key found for this signature in database
GPG Key ID: 909CD0D26483516B
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,6 @@
// Test the `rustc::span_use_eq_ctxt` internal lint
// #[cfg(bootstrap)]
// ignore-stage1
// compile-flags: -Z unstable-options
#![feature(rustc_private)]

View File

@ -1,11 +1,11 @@
error: use `.eq_ctxt()` instead of `.ctxt() == .ctxt()`
--> $DIR/span_use_eq_ctxt.rs:12:5
--> $DIR/span_use_eq_ctxt.rs:14:5
|
LL | s.ctxt() == t.ctxt()
| ^^^^^^^^^^^^^^^^^^^^
|
note: the lint level is defined here
--> $DIR/span_use_eq_ctxt.rs:5:9
--> $DIR/span_use_eq_ctxt.rs:7:9
|
LL | #![deny(rustc::span_use_eq_ctxt)]
| ^^^^^^^^^^^^^^^^^^^^^^^