about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/errors.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-06-24 06:27:13 +0200
committerGitHub <noreply@github.com>2024-06-24 06:27:13 +0200
commitad0531ae0d69bd251f3f1b027e1b50dff8b22433 (patch)
tree8d7fc202ffccdb1087472206d4a4a31fed19a4e3 /compiler/rustc_parse/src/errors.rs
parent7babf99ea9dcc02902c2dea549816177e6e807f0 (diff)
parente8b5ba111141c4ec8e26fdeac53f56b6a60da766 (diff)
downloadrust-ad0531ae0d69bd251f3f1b027e1b50dff8b22433.tar.gz
rust-ad0531ae0d69bd251f3f1b027e1b50dff8b22433.zip
Rollup merge of #126455 - surechen:fix_126222, r=estebank
For [E0308]: mismatched types, when expr is in an arm's body, not add semicolon ';' at the end of it.

For [E0308]: mismatched types, when expr is in an arm's body, and it is the end expr without a semicolon of the block, not add semicolon ';' at the end of it.

fixes #126222

<!--
If this PR is related to an unstable feature or an otherwise tracked effort,
please link to the relevant tracking issue here. If you don't know of a related
tracking issue or there are none, feel free to ignore this.

This PR will get automatically assigned to a reviewer. In case you would like
a specific user to review your work, you can assign it to them by using

    r​? <reviewer name>
-->
Diffstat (limited to 'compiler/rustc_parse/src/errors.rs')
0 files changed, 0 insertions, 0 deletions