]> git.proxmox.com Git - rustc.git/blame - src/test/ui-fulldeps/internal-lints/qualified_ty_ty_ctxt.stderr
New upstream version 1.67.1+dfsg1
[rustc.git] / src / test / ui-fulldeps / internal-lints / qualified_ty_ty_ctxt.stderr
CommitLineData
48663c56
XL
1error: usage of qualified `ty::Ty<'_>`
2 --> $DIR/qualified_ty_ty_ctxt.rs:25:11
3 |
4LL | ty_q: ty::Ty<'_>,
5099ac24 5 | ^^^^^^^^^^ help: try importing it and using it unqualified: `Ty<'_>`
48663c56 6 |
74b04a01 7note: the lint level is defined here
48663c56
XL
8 --> $DIR/qualified_ty_ty_ctxt.rs:4:9
9 |
416331ca
XL
10LL | #![deny(rustc::usage_of_qualified_ty)]
11 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^
48663c56 12
dc9dc135 13error: usage of qualified `ty::TyCtxt<'_>`
48663c56
XL
14 --> $DIR/qualified_ty_ty_ctxt.rs:27:16
15 |
dc9dc135 16LL | ty_ctxt_q: ty::TyCtxt<'_>,
5099ac24 17 | ^^^^^^^^^^^^^^ help: try importing it and using it unqualified: `TyCtxt<'_>`
48663c56
XL
18
19error: aborting due to 2 previous errors
20