File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ use rustc_middle::ty::layout::{HasParamEnv, ValidityRequirement};
2323use rustc_middle:: ty:: print:: { with_no_trimmed_paths, with_no_visible_paths} ;
2424use rustc_middle:: ty:: GenericArgsRef ;
2525use rustc_span:: source_map:: Spanned ;
26- use rustc_span:: symbol:: { kw , sym, Symbol } ;
26+ use rustc_span:: symbol:: { sym, Symbol } ;
2727
2828pub ( crate ) use self :: llvm:: codegen_llvm_intrinsic_call;
2929use crate :: prelude:: * ;
@@ -1132,7 +1132,7 @@ fn codegen_regular_intrinsic_call<'tcx>(
11321132 ret. write_cvalue ( fx, val) ;
11331133 }
11341134
1135- kw :: Try => {
1135+ sym :: catch_unwind => {
11361136 intrinsic_args ! ( fx, args => ( f, data, catch_fn) ; intrinsic) ;
11371137 let f = f. load_scalar ( fx) ;
11381138 let data = data. load_scalar ( fx) ;
You can’t perform that action at this time.
0 commit comments