Don't silently eat label before block in block-like expr#103986
Don't silently eat label before block in block-like expr#103986bors merged 1 commit intorust-lang:masterfrom
Conversation
|
r? @lcnr (rustbot has picked a reviewer for you, use r? to override) |
|
Beta nominating bc this is a pretty simple fix, and this is a strange parse that should be removed as quickly as possible. Also stable nominating, because why not (in case we ever need to make 1.65.1, this could easily be folded in) -- but I don't think this should warrant a point release. |
This comment has been minimized.
This comment has been minimized.
30884ad to
4e7fc66
Compare
|
In #50045 I have added |
|
@est31, so the root-cause of this specific regression is that we eat |
|
@bors r+ rollup |
Rollup of 6 pull requests Successful merges: - rust-lang#103757 (Mention const and lifetime parameters in error E0207) - rust-lang#103986 (Don't silently eat label before block in block-like expr) - rust-lang#104003 (Move some tests to more reasonable directories) - rust-lang#104038 (Normalize types when deducing closure signature from supertraits) - rust-lang#104052 (Fix `resolution_failure` ICE) - rust-lang#104090 (Modify comment syntax error) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
|
@rustbot label beta-accepted |
|
and stable backport declined @rustbot label -stable-nominated |
…mulacrum [beta] backport * Use nominal_obligations_without_const in wf for FnDef rust-lang#104180 * Don't silently eat label before block in block-like expr rust-lang#103986 * Revert "Update CI to use Android NDK r25b" rust-lang#104628 * rustdoc: Resolve doc links in external traits having local impls rust-lang#104364 * Use 64 bits for incremental cache in-file positions rust-lang#104164 * rustdoc: Do not add external traits to the crate in register_res rust-lang#103649 * Revert "Normalize opaques with escaping bound vars" rust-lang#103509 * Bump to released stable compiler * [beta] Update cargo rust-lang#104486 r? `@Mark-Simulacrum`
Fixes #103983
cc #92823 (where the regression was introduced)