rust/tests/ui/thir-print
Matthew Jasper d437a111f5 Give temporaries in if let guards correct scopes
- Make temporaries in if-let guards be the same variable in MIR when
  the guard is duplicated due to or-patterns.
- Change the "destruction scope" for match arms to be the arm scope rather
  than the arm body scope.
- Add tests.
2023-12-21 13:35:56 +00:00
..
thir-flat-const-variant.rs add thir-print test 2023-07-01 15:15:22 -04:00
thir-flat-const-variant.stdout Don't include destruction scopes in THIR 2023-12-04 16:31:13 +00:00
thir-flat.rs address review 2023-01-27 22:13:55 +01:00
thir-flat.stdout Don't include destruction scopes in THIR 2023-12-04 16:31:13 +00:00
thir-tree-match.rs address review 2023-01-27 22:13:55 +01:00
thir-tree-match.stdout Give temporaries in if let guards correct scopes 2023-12-21 13:35:56 +00:00
thir-tree.rs address review 2023-01-27 22:13:55 +01:00
thir-tree.stdout Don't include destruction scopes in THIR 2023-12-04 16:31:13 +00:00