Files
rust/tests/ui/loop-match
Obei Sideg 620bf09346 Remove redundant check for #[const_continue]
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.
2026-06-19 20:20:09 +03:00
..