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