1
Fork 0

Auto merge of #104754 - nnethercote:more-ThinVec-in-ast, r=the8472

Use `ThinVec` more in the AST

r? `@ghost`
This commit is contained in:
bors 2023-02-21 07:02:57 +00:00
commit 3fee48c161
77 changed files with 588 additions and 483 deletions

View file

@ -22,7 +22,7 @@ rustc_span = { path = "../rustc_span" }
rustc_target = { path = "../rustc_target" }
rustc_type_ir = { path = "../rustc_type_ir" }
smallvec = { version = "1.8.1", features = ["union", "may_dangle"] }
thin-vec = "0.2.9"
thin-vec = "0.2.12"
tracing = "0.1"
[features]