blob: 387e0c55d4d29036553dcabfea994244501b9a90 (
plain)
1
2
3
4
5
6
7
8
9
|
error[E0093]: unrecognized intrinsic function: `foo`
--> $DIR/E0093.rs:3:5
|
LL | fn foo();
| ^^^^^^^^^ unrecognized intrinsic
error: aborting due to 1 previous error
For more information about this error, try `rustc --explain E0093`.
|