rust/tests/ui/error-codes/E0133.mir.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
378 B
Plaintext
Raw Normal View History

error[E0133]: call to unsafe function is unsafe and requires unsafe function or block
--> $DIR/E0133.rs:7:5
2018-02-08 03:35:35 +00:00
|
2018-02-23 00:42:32 +00:00
LL | f();
| ^^^ call to unsafe function
|
= note: consult the function's documentation for information on how to avoid undefined behavior
2018-02-08 03:35:35 +00:00
error: aborting due to previous error
2018-03-03 14:59:40 +00:00
For more information about this error, try `rustc --explain E0133`.