Simplify match based on the cast result of IntToInt.

This commit is contained in:
DianQK
2024-07-04 12:43:37 +08:00
parent 1df0458781
commit 8b9d7b1489
40 changed files with 1994 additions and 589 deletions

View File

@@ -25,6 +25,7 @@ rustc_session = { path = "../rustc_session" }
rustc_span = { path = "../rustc_span" }
rustc_target = { path = "../rustc_target" }
rustc_trait_selection = { path = "../rustc_trait_selection" }
rustc_type_ir = { path = "../rustc_type_ir" }
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
tracing = "0.1"
# tidy-alphabetical-end