rust/tests/ui/error-codes/E0093.stderr
Scott McMurray 5793f82030 Add help to hir_analysis_unrecognized_intrinsic_function
To help remind forgetful people like me what step they forgot.
2024-02-17 23:16:30 -08:00

12 lines
341 B
Plaintext

error[E0093]: unrecognized intrinsic function: `foo`
--> $DIR/E0093.rs:3:5
|
LL | 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`.