Skip to content

Commit e4a6b06

Browse files
committed
Fix debug_assertions
1 parent 96f07a7 commit e4a6b06

File tree

1 file changed

+1
-0
lines changed
  • compiler/rustc_erase/src

1 file changed

+1
-0
lines changed

compiler/rustc_erase/src/lib.rs

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
// This is a separate crate so that we can `allow(incomplete_features)` for just `generic_const_exprs`
22
#![feature(generic_const_exprs)]
33
#![allow(incomplete_features)]
4+
#![feature(core_intrinsics)]
45

56
#[cfg(debug_assertions)]
67
use std::intrinsics::type_name;

0 commit comments

Comments
 (0)