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};
23
23
use rustc_middle:: ty:: print:: { with_no_trimmed_paths, with_no_visible_paths} ;
24
24
use rustc_middle:: ty:: GenericArgsRef ;
25
25
use rustc_span:: source_map:: Spanned ;
26
- use rustc_span:: symbol:: { kw , sym, Symbol } ;
26
+ use rustc_span:: symbol:: { sym, Symbol } ;
27
27
28
28
pub ( crate ) use self :: llvm:: codegen_llvm_intrinsic_call;
29
29
use crate :: prelude:: * ;
@@ -1132,7 +1132,7 @@ fn codegen_regular_intrinsic_call<'tcx>(
1132
1132
ret. write_cvalue ( fx, val) ;
1133
1133
}
1134
1134
1135
- kw :: Try => {
1135
+ sym :: catch_unwind => {
1136
1136
intrinsic_args ! ( fx, args => ( f, data, catch_fn) ; intrinsic) ;
1137
1137
let f = f. load_scalar ( fx) ;
1138
1138
let data = data. load_scalar ( fx) ;
You can’t perform that action at this time.
0 commit comments