Skip to content

Commit 5a89328

Browse files
Merge branch 'master' into sync_branch_name
2 parents ed5c3bc + b385428 commit 5a89328

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/asm.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ impl<'a, 'gcc, 'tcx> AsmBuilderMethods<'tcx> for Builder<'a, 'gcc, 'tcx> {
115115
span: &[Span],
116116
instance: Instance<'_>,
117117
dest: Option<Self::BasicBlock>,
118-
_catch_funclet: Option<(Self::BasicBlock, Option<&Self::Funclet>)>,
118+
_dest_catch_funclet: Option<(Self::BasicBlock, Option<&Self::Funclet>)>,
119119
) {
120120
if options.contains(InlineAsmOptions::MAY_UNWIND) {
121121
self.sess().dcx().create_err(UnwindingInlineAsm { span: span[0] }).emit();

src/type_.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ impl<'gcc, 'tcx> BaseTypeMethods<'tcx> for CodegenCx<'gcc, 'tcx> {
131131
fn type_f64(&self) -> Type<'gcc> {
132132
self.double_type
133133
}
134-
134+
135135
fn type_f128(&self) -> Type<'gcc> {
136136
unimplemented!("f16_f128")
137137
}

0 commit comments

Comments
 (0)