2019-12-01 02:25:32 +03:00
|
|
|
error: expected one of `(`, `[`, or `{`, found `two`
|
2019-07-01 01:08:49 +03:00
|
|
|
--> $DIR/issue-10536.rs:14:19
|
2018-07-15 14:11:54 -07:00
|
|
|
|
|
|
|
|
LL | assert!({one! two()});
|
2019-12-01 02:25:32 +03:00
|
|
|
| ^^^ expected one of `(`, `[`, or `{`
|
2018-07-15 14:11:54 -07:00
|
|
|
|
2019-12-01 02:25:32 +03:00
|
|
|
error: expected one of `(`, `[`, or `{`, found `two`
|
2019-07-01 01:08:49 +03:00
|
|
|
--> $DIR/issue-10536.rs:18:19
|
2018-07-15 14:11:54 -07:00
|
|
|
|
|
|
|
|
LL | assert!({one! two});
|
2019-12-01 02:25:32 +03:00
|
|
|
| ^^^ expected one of `(`, `[`, or `{`
|
2018-12-16 20:23:27 +03:00
|
|
|
|
2019-07-01 01:08:49 +03:00
|
|
|
error: aborting due to 2 previous errors
|
2018-07-15 14:11:54 -07:00
|
|
|
|