mirror of
https://github.com/rust-lang/rust.git
synced 2026-07-08 08:49:34 -04:00
620bf09346
remove `check_const_continue` from `check_attr.rs` as it only verifies that the target is a break, which is already enforced by `check_target` in `target_checking.rs` via `ALLOWED_TARGETS`, and it's's `ConstContinueAttr` diagnostic.