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