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.
E0133
rust