blob: b012e3629ddee0f5d9c5e780e9f2492bfd9823ef [file] [log] [blame]
error: tail calling intrinsics is not allowed
--> $DIR/intrinsics.rs:5:14
|
LL | unsafe { become std::mem::transmute(()) }
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: tail calling intrinsics is not allowed
--> $DIR/intrinsics.rs:10:5
|
LL | become std::intrinsics::ctlz(x)
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
error: aborting due to 2 previous errors