rust/tests/ui/mir/lint
Tomasz Miąsko 8d77c2eab8 Don't validate / lint MIR before each pass
To avoid redundant work and verbose output in case of failures.
2023-12-28 15:32:54 +01:00
..
no-storage.rs Stricter check for a use of locals without storage 2023-12-21 12:58:39 +01:00
storage-live.rs Add pass to identify undefined or erroneous behaviour 2023-12-21 12:58:39 +01:00
storage-live.stderr Don't validate / lint MIR before each pass 2023-12-28 15:32:54 +01:00
storage-return.rs Lint missing StorageDead when returning from functions 2023-12-21 12:58:39 +01:00