From 44a80604abf30b294c79e0fce144c2c136904ba1 Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Tue, 14 Jun 2022 10:39:53 +0300 Subject: [PATCH] compiler-cranelift: Fix typo in enum variant --- lib/compiler-cranelift/src/compiler.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/compiler-cranelift/src/compiler.rs b/lib/compiler-cranelift/src/compiler.rs index 3de0f4b973b..eeafb306f66 100644 --- a/lib/compiler-cranelift/src/compiler.rs +++ b/lib/compiler-cranelift/src/compiler.rs @@ -168,7 +168,7 @@ impl Compiler for CraneliftCompiler { let (unwind_info, fde) = match compiled_function_unwind_info(&*isa, &context)? { #[cfg(feature = "unwind")] - CraneliftUnwindInfo::FDE(fde) => { + CraneliftUnwindInfo::Fde(fde) => { if dwarf_frametable.is_some() { let fde = fde.to_fde(Address::Symbol { // The symbol is the kind of relocation.