]> git.lizzy.rs Git - rust.git/commit
Use `ThinVec` in `ast::Path`.
authorNicholas Nethercote <n.nethercote@gmail.com>
Thu, 8 Sep 2022 07:22:52 +0000 (17:22 +1000)
committerNicholas Nethercote <n.nethercote@gmail.com>
Thu, 17 Nov 2022 02:56:38 +0000 (13:56 +1100)
commit67d5cc0462f33773f042dc3c5ec9bd710095b1b4
tree60d45d9f781c885fb435f70d9d1993511fe269ec
parent6b7ca2fcf2ebbba705f7a98c00bd56b5348ee9d7
Use `ThinVec` in `ast::Path`.
16 files changed:
Cargo.lock
compiler/rustc_ast/src/ast.rs
compiler/rustc_ast/src/attr/mod.rs
compiler/rustc_ast_lowering/src/item.rs
compiler/rustc_expand/Cargo.toml
compiler/rustc_expand/src/build.rs
compiler/rustc_expand/src/placeholders.rs
compiler/rustc_parse/Cargo.toml
compiler/rustc_parse/src/parser/diagnostics.rs
compiler/rustc_parse/src/parser/item.rs
compiler/rustc_parse/src/parser/path.rs
compiler/rustc_resolve/Cargo.toml
compiler/rustc_resolve/src/diagnostics.rs
compiler/rustc_resolve/src/late/diagnostics.rs
src/test/ui-fulldeps/pprust-expr-roundtrip.rs
src/test/ui/stats/hir-stats.stderr