about summary refs log tree commit diff
path: root/tests/ui-fulldeps/internal-lints/span_use_eq_ctxt.stderr
blob: b52df0368b16dc64af74db368a96e8288fa4ad25 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
error: use `.eq_ctxt()` instead of `.ctxt() == .ctxt()`
  --> $DIR/span_use_eq_ctxt.rs:12:5
   |
LL |     s.ctxt() == t.ctxt()
   |     ^^^^^^^^^^^^^^^^^^^^
   |
note: the lint level is defined here
  --> $DIR/span_use_eq_ctxt.rs:5:9
   |
LL | #![deny(rustc::span_use_eq_ctxt)]
   |         ^^^^^^^^^^^^^^^^^^^^^^^

error: aborting due to 1 previous error