$ errors.fyi/rust/E0133 74 namespaces · 3,092 codes
rust · rust/E0133
E0133

Unsafe Code Outside Block

An unsafe operation such as dereferencing a raw pointer or calling an unsafe function was used outside of an unsafe block or unsafe function. Rust requires such operations to be explicitly enclosed in unsafe to make the potential hazard visible.

References

In this namespace

» community-maintained · contribute on GitHub npm i -g errors-fyi && errorfyi ENOENT