about summary refs log tree commit diff
path: root/compiler/rustc_codegen_gcc
diff options
context:
space:
mode:
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>2022-06-08 07:37:32 +0200
committerGitHub <noreply@github.com>2022-06-08 07:37:32 +0200
commita90c5a3c699a10ed1f44a638fa18f6ddbc879d95 (patch)
tree5038dedeb2ae8648214ed445d7d815f0a5ea260b /compiler/rustc_codegen_gcc
parenta64a9829c88d7353ff16c4e59835364b70118246 (diff)
parentb13eb61a2cdfac1e094c2a4d608086f40cea5e01 (diff)
downloadrust-a90c5a3c699a10ed1f44a638fa18f6ddbc879d95.tar.gz
rust-a90c5a3c699a10ed1f44a638fa18f6ddbc879d95.zip
Rollup merge of #97823 - compiler-errors:missing-comma-match-arm, r=estebank
Recover missing comma after match arm

If we're missing a comma after a match arm expression, try parsing another pattern and a following `=>`. If we find both of those, then recover by suggesting to insert a `,`.

Fixes #80112
Diffstat (limited to 'compiler/rustc_codegen_gcc')
0 files changed, 0 insertions, 0 deletions