rust/compiler/rustc_passes
Matthias Krüger 96134e15f6
Rollup merge of #123623 - surechen:fix_123261, r=estebank
Fix OutsideLoop's error suggestion: adding label `'block` for `if` block.

For OutsideLoop we should not suggest add `'block` label in `if` block, or we wiil get another err: block label not supported here.

fixes #123261
2024-05-23 07:41:16 +02:00
..
src Rollup merge of #123623 - surechen:fix_123261, r=estebank 2024-05-23 07:41:16 +02:00
Cargo.toml Test and implement reachability for trait objects and generic parameters of functions 2024-03-14 14:10:45 +00:00
messages.ftl Move #[do_not_recommend] to the #[diagnostic] namespace 2024-05-21 13:14:41 +02:00