1
Fork 0

Don't rely on contiguous VariantIds outside of rustc

This commit is contained in:
Nadrieril 2024-01-17 02:59:47 +01:00
parent 714b29a17f
commit 19d6f068ee
4 changed files with 49 additions and 6 deletions

View file

@ -6,6 +6,7 @@ edition = "2021"
[dependencies]
# tidy-alphabetical-start
derivative = "2.2.0"
rustc-hash = "1.1.0"
rustc_apfloat = "0.2.0"
rustc_arena = { path = "../rustc_arena", optional = true }
rustc_data_structures = { path = "../rustc_data_structures", optional = true }