Skip to content

Commit

Permalink
20318
Browse files Browse the repository at this point in the history
"can't monomorphize ..." ICE with use of generic intrinsic as a value
Refenrece rust-lang/rust#20318
  • Loading branch information
Bruno Tavares committed Oct 24, 2015
1 parent 10e8088 commit b84902e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/20318.rs
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#![feature(core_intrinsics)]
fn main() {
let _f = std::intrinsics::offset::<u8>;
}

0 comments on commit b84902e

Please sign in to comment.