about summary refs log tree commit diff
path: root/tests/ui/explicit-tail-calls/intrinsics.stderr
blob: b012e3629ddee0f5d9c5e780e9f2492bfd9823ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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