rust/tests/ui/thir-print
Nilstrieb ffafcd8819 Update to bitflags 2 in the compiler
This involves lots of breaking changes. There are two big changes that
force changes. The first is that the bitflag types now don't
automatically implement normal derive traits, so we need to derive them
manually.

Additionally, bitflags now have a hidden inner type by default, which
breaks our custom derives. The bitflags docs recommend using the impl
form in these cases, which I did.
2023-12-30 18:17:28 +01: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 Update to bitflags 2 in the compiler 2023-12-30 18:17:28 +01: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