rust/compiler/rustc_parse/src
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
..
lexer Remove Session methods that duplicate DiagCtxt methods. 2023-12-24 08:05:28 +11:00
parser Update to bitflags 2 in the compiler 2023-12-30 18:17:28 +01:00
errors.rs Introduce const Trait (always-const trait bounds) 2023-12-27 12:51:32 +01:00
lib.rs Remove ParseSess methods that duplicate DiagCtxt methods. 2023-12-24 07:59:21 +11:00
validate_attr.rs Remove ParseSess methods that duplicate DiagCtxt methods. 2023-12-24 07:59:21 +11:00