errors.fyi community error code reference
E0516
rust

Unsupported typeof Keyword

The typeof keyword was used to obtain a type, but it is reserved and not implemented in Rust. Use explicit type annotations or rely on type inference instead.

References

โ† all namespaces for E0516