2022-04-26 10:43:00 +00:00
|
|
|
error[E0133]: call to unsafe function is unsafe and requires unsafe function or block
|
2021-03-14 19:11:37 +00:00
|
|
|
--> $DIR/unsafe-fn-called-from-safe.rs:7:5
|
2018-02-08 03:35:35 +00:00
|
|
|
|
|
2018-02-23 00:42:32 +00:00
|
|
|
LL | f();
|
2022-04-24 12:42:30 +00:00
|
|
|
| ^^^ call to unsafe function
|
2018-07-10 08:52:05 +00:00
|
|
|
|
|
|
|
|
= 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`.
|