4 lines
98 B
Rust
4 lines
98 B
Rust
fn main() {
|
|
let Test(&desc[..]) = x; //~ ERROR: expected one of `)`, `,`, or `@`, found `[`
|
|
}
|