You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
From: src/test/compile-fail/E0133.rs
Error E0133 needs a span_label, updating it from:
To:
The text was updated successfully, but these errors were encountered: