mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-27 18:56:24 +00:00
12 lines
345 B
Plaintext
12 lines
345 B
Plaintext
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`.
|