rust/src/test/ui/error-codes/E0130.stderr

9 lines
242 B
Plaintext
Raw Normal View History

2018-02-07 21:35:35 -06:00
error[E0130]: patterns aren't allowed in foreign function declarations
--> $DIR/E0130.rs:12:12
|
12 | fn foo((a, b): (u32, u32));
| ^^^^^^ pattern not allowed in foreign function
error: aborting due to previous error