Skip to content

Commit 66e27d1

Browse files
author
Bruno Tavares
committed
20319
'asked to register intrinsic fn' ICE with use of non-generic intrinsic as a value Reference rust-lang/rust#20319
1 parent 10e8088 commit 66e27d1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/20319.rs

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#![feature(core_intrinsics)]
2+
fn main() {
3+
let _f = std::intrinsics::assume;
4+
}

0 commit comments

Comments
 (0)