2015-04-03 05:56:27 +03:00
|
|
|
fn main() {
|
2016-03-06 15:54:44 +03:00
|
|
|
let Test(&desc[..]) = x; //~ ERROR: expected one of `)`, `,`, or `@`, found `[`
|
2019-07-09 06:30:03 +02:00
|
|
|
//~^ ERROR cannot find value `x` in this scope
|
|
|
|
//~| ERROR cannot find tuple struct/variant `Test` in this scope
|
|
|
|
//~| ERROR subslice patterns are unstable
|
2015-04-03 05:56:27 +03:00
|
|
|
}
|