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