Skip to content

Commit

Permalink
Fix gc-disabled build
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcrichton committed Sep 25, 2024
1 parent 3170c91 commit b650f43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/cranelift/src/gc/disabled.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//! `GcCompiler` implementation when GC support is disabled.

use super::GcCompiler;
use crate::translate::func_environ::FuncEnvironment;
use crate::func_environ::FuncEnvironment;
use cranelift_codegen::ir;
use cranelift_frontend::FunctionBuilder;
use wasmtime_environ::{wasm_unsupported, TypeIndex, WasmHeapType, WasmResult};
Expand Down

0 comments on commit b650f43

Please sign in to comment.