about summary refs log tree commit diff
path: root/tests/ui/error-codes/E0093.stderr
blob: d81bf53976aeea59d7b266a3dd007771e9b6b7b5 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0093]: unrecognized intrinsic function: `foo`
  --> $DIR/E0093.rs:4:11
   |
LL | unsafe fn foo();
   |           ^^^ unrecognized intrinsic
   |
   = help: if you're adding an intrinsic, be sure to update `check_intrinsic_type`

error: aborting due to 1 previous error

For more information about this error, try `rustc --explain E0093`.