about summary refs log tree commit diff
path: root/tests/ui/issues/issue-46311.rs
blob: 244356655012810c1a7efd43aef2a6c43639a002 (plain)
1
2
3
4
fn main() {
    'break: loop { //~ ERROR labels cannot use keyword names
    }
}