File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed
compiler/rustc_borrowck/src/diagnostics Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 1+ #![ deny( rustc:: untranslatable_diagnostic) ]
2+ #![ deny( rustc:: diagnostic_outside_of_impl) ]
3+
14use rustc_errors:: { DiagnosticBuilder , ErrorGuaranteed } ;
25use rustc_infer:: infer:: canonical:: Canonical ;
36use rustc_infer:: infer:: error_reporting:: nice_region_error:: NiceRegionError ;
Original file line number Diff line number Diff line change 1+ #![ deny( rustc:: untranslatable_diagnostic) ]
2+ #![ deny( rustc:: diagnostic_outside_of_impl) ]
3+
14use std:: collections:: BTreeSet ;
25
36use rustc_middle:: mir:: visit:: { PlaceContext , Visitor } ;
Original file line number Diff line number Diff line change 1+ #![ deny( rustc:: untranslatable_diagnostic) ]
2+ #![ deny( rustc:: diagnostic_outside_of_impl) ]
3+
14use std:: collections:: VecDeque ;
25use std:: rc:: Rc ;
36
You can’t perform that action at this time.
0 commit comments