rust/tests/ui/error-codes/E0516.rs
2025-11-25 10:19:44 +01:00

3 lines
58 B
Rust

fn main() {
let x: typeof(92) = 92; //~ ERROR E0516
}