2018-08-22 15:07:27 -05:00
|
|
|
error: expected one of `:` or `@`, found `)`
|
2018-08-24 15:47:25 -05:00
|
|
|
--> $DIR/anon-params-denied-2018.rs:6:15
|
2018-08-22 15:07:27 -05:00
|
|
|
|
|
|
|
|
LL | fn foo(i32); //~ expected one of `:` or `@`, found `)`
|
|
|
|
| ^ expected one of `:` or `@` here
|
|
|
|
|
|
|
|
error: expected one of `:` or `@`, found `,`
|
2018-08-24 15:47:25 -05:00
|
|
|
--> $DIR/anon-params-denied-2018.rs:8:36
|
2018-08-22 15:07:27 -05:00
|
|
|
|
|
|
|
|
LL | fn bar_with_default_impl(String, String) {}
|
|
|
|
| ^ expected one of `:` or `@` here
|
|
|
|
|
|
|
|
error: aborting due to 2 previous errors
|
|
|
|
|