2017-10-09 12:02:17 -05:00
|
|
|
error: expected identifier, found keyword `true`
|
|
|
|
--> $DIR/issue-44406.rs:18:10
|
|
|
|
|
|
|
|
|
18 | foo!(true);
|
|
|
|
| ^^^^
|
|
|
|
|
|
|
|
error: expected type, found keyword `true`
|
|
|
|
--> $DIR/issue-44406.rs:18:10
|
|
|
|
|
|
|
|
|
13 | bar(baz: $rest)
|
|
|
|
| - help: did you mean to use `;` here?
|
|
|
|
...
|
|
|
|
18 | foo!(true);
|
|
|
|
| ^^^^ expecting a type here because of type ascription
|
|
|
|
|
2017-10-22 11:19:30 -05:00
|
|
|
error: aborting due to 2 previous errors
|
2017-10-09 12:02:17 -05:00
|
|
|
|