Skip to content

Commit 68eb232

Browse files
committed
Fix for master change
1 parent b30022f commit 68eb232

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/value_and_place.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -366,7 +366,7 @@ impl<'tcx> CPlace<'tcx> {
366366
pub fn write_cvalue(self, fx: &mut FunctionCx<'_, 'tcx, impl Backend>, from: CValue<'tcx>) {
367367
#[cfg(debug_assertions)]
368368
{
369-
use cranelift::codegen::cursor::{Cursor, CursorPosition};
369+
use cranelift_codegen::cursor::{Cursor, CursorPosition};
370370
let cur_ebb = match fx.bcx.cursor().position() {
371371
CursorPosition::After(ebb) => ebb,
372372
_ => unreachable!(),

0 commit comments

Comments
 (0)