File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
compiler/rustc_hir_analysis Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4775,7 +4775,7 @@ dependencies = [
47754775 " rustc_hir" ,
47764776 " rustc_index" ,
47774777 " rustc_infer" ,
4778- " rustc_lint " ,
4778+ " rustc_lint_defs " ,
47794779 " rustc_macros" ,
47804780 " rustc_middle" ,
47814781 " rustc_session" ,
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ rustc_span = { path = "../rustc_span" }
2323rustc_index = { path = " ../rustc_index" }
2424rustc_infer = { path = " ../rustc_infer" }
2525rustc_trait_selection = { path = " ../rustc_trait_selection" }
26- rustc_lint = { path = " ../rustc_lint " }
26+ rustc_lint_defs = { path = " ../rustc_lint_defs " }
2727rustc_type_ir = { path = " ../rustc_type_ir" }
2828rustc_feature = { path = " ../rustc_feature" }
2929thin-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;
1515use rustc_infer:: infer:: outlives:: env:: OutlivesEnvironment ;
1616use rustc_infer:: infer:: { DefiningAnchor , RegionVariableOrigin , TyCtxtInferExt } ;
1717use 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 ;
1919use rustc_middle:: hir:: nested_filter;
2020use rustc_middle:: middle:: stability:: EvalResult ;
2121use rustc_middle:: ty:: layout:: { LayoutError , MAX_SIMD_LANES } ;
You can’t perform that action at this time.
0 commit comments