rust/tests
Samuel Tardieu e9dffa3910 Fix a bug in never_loop when anonymous blocks are nested in named blocks
The following code

```
loop {
    'a: {
        { }
        break 'a;
    }
}
```

was detected as a never-looping loop.
2023-02-14 09:23:04 +01:00
..
test_utils
ui Fix a bug in never_loop when anonymous blocks are nested in named blocks 2023-02-14 09:23:04 +01:00
ui-cargo
ui-internal Merge remote-tracking branch 'upstream/master' into rustup 2023-02-10 11:33:45 +01:00
ui-toml
workspace_test
check-fmt.rs
clippy.toml
compile-test.rs
dogfood.rs
integration.rs
lint_message_convention.rs
missing-test-files.rs
versioncheck.rs
workspace.rs