4 lines
94 B
Rust
4 lines
94 B
Rust
fn main() {
|
|
let a(1) = 13; //~ ERROR cannot find tuple struct/variant `a` in this scope
|
|
}
|