File tree 3 files changed +3
-3
lines changed
compiler/rustc_hir_analysis
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4775,7 +4775,7 @@ dependencies = [
4775
4775
" rustc_hir" ,
4776
4776
" rustc_index" ,
4777
4777
" rustc_infer" ,
4778
- " rustc_lint " ,
4778
+ " rustc_lint_defs " ,
4779
4779
" rustc_macros" ,
4780
4780
" rustc_middle" ,
4781
4781
" rustc_session" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ rustc_span = { path = "../rustc_span" }
23
23
rustc_index = { path = " ../rustc_index" }
24
24
rustc_infer = { path = " ../rustc_infer" }
25
25
rustc_trait_selection = { path = " ../rustc_trait_selection" }
26
- rustc_lint = { path = " ../rustc_lint " }
26
+ rustc_lint_defs = { path = " ../rustc_lint_defs " }
27
27
rustc_type_ir = { path = " ../rustc_type_ir" }
28
28
rustc_feature = { path = " ../rustc_feature" }
29
29
thin-vec = " 0.2.12"
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ use rustc_infer::infer::opaque_types::ConstrainOpaqueTypeRegionVisitor;
15
15
use rustc_infer:: infer:: outlives:: env:: OutlivesEnvironment ;
16
16
use rustc_infer:: infer:: { DefiningAnchor , RegionVariableOrigin , TyCtxtInferExt } ;
17
17
use rustc_infer:: traits:: { Obligation , TraitEngineExt as _} ;
18
- use rustc_lint :: builtin:: REPR_TRANSPARENT_EXTERNAL_PRIVATE_FIELDS ;
18
+ use rustc_lint_defs :: builtin:: REPR_TRANSPARENT_EXTERNAL_PRIVATE_FIELDS ;
19
19
use rustc_middle:: hir:: nested_filter;
20
20
use rustc_middle:: middle:: stability:: EvalResult ;
21
21
use rustc_middle:: ty:: layout:: { LayoutError , MAX_SIMD_LANES } ;
You can’t perform that action at this time.
0 commit comments