Closed
Description
From: src/test/compile-fail/E0133.rs
Error E0133 needs a span_label, updating it from:
error[E0133]: call to unsafe function requires unsafe function or block
--> src/test/compile-fail/E0133.rs:14:5
|
14 | f(); //~ ERROR E0133
| ^^^
To:
error[E0133]: call to unsafe function requires unsafe function or block
--> src/test/compile-fail/E0133.rs:14:5
|
14 | f(); //~ ERROR E0133
| ^^^ unsafe call requires unsafe function or block
Metadata
Metadata
Assignees
Labels
No labels