diff options
| author | kennytm <kennytm@gmail.com> | 2018-08-09 16:58:49 +0800 |
|---|---|---|
| committer | kennytm <kennytm@gmail.com> | 2018-08-10 01:01:22 +0800 |
| commit | 8188f12aaab8b650a13a93f71cf8d0647aa522f7 (patch) | |
| tree | 0cc004c33d9d294a5a90b26308ab6925122245fe /src/test/incremental/thinlto | |
| parent | 7f886cf12b39e4079a9db1f3c5075b40de574a67 (diff) | |
| parent | f4039affa338fc5640c102ac5786a491bc94201f (diff) | |
| download | rust-8188f12aaab8b650a13a93f71cf8d0647aa522f7.tar.gz rust-8188f12aaab8b650a13a93f71cf8d0647aa522f7.zip | |
Rollup merge of #53183 - estebank:println-comma, r=oli-obk
Suggest comma when missing in macro call When missing a comma in a macro call, suggest it, regardless of position. When a macro call doesn't match any of the patterns, check if the call's token stream could be missing a comma between two idents, and if so, create a new token stream containing the comma and try to match against the macro patterns. If successful, emit the suggestion. This works on arbitrary macros, with no need of special support from the macro writers. ``` error: no rules expected the token `d` --> $DIR/missing-comma.rs:26:18 | LL | foo!(a, b, c d, e); | -^ | | | help: missing comma here ``` Follow up to #52397.
Diffstat (limited to 'src/test/incremental/thinlto')
0 files changed, 0 insertions, 0 deletions
