blob: 3b54b1b866984e06035bbe160fb511c9c73a5276 [file] [log] [blame]
error[E0130]: patterns aren't allowed in foreign function declarations
--> $DIR/E0130.rs:12:12
|
LL | fn foo((a, b): (u32, u32));
| ^^^^^^ pattern not allowed in foreign function
error: aborting due to previous error
For more information about this error, try `rustc --explain E0130`.