Vector reform #2653
Labels
A-codegen
Area: Code generation
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
A-grammar
Area: The grammar of Rust
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
A-type-system
Area: Type system
C-enhancement
Category: An issue proposing an enhancement or a PR with one.
E-hard
Call for participation: Hard difficulty. Experience needed to fix: A lot.
Milestone
Reform how we handle vectors by introducing a new unboxed dynamically sized vector type and replacing uses of current vectors with boxed dynamically sized vectors.
Syntax still needs to be chosen and we need to determine exactly what restrictions we are going to place on dynamically sized types.
The text was updated successfully, but these errors were encountered: