about summary refs log tree commit diff
path: root/compiler/rustc_parse/src/parser/expr.rs
diff options
context:
space:
mode:
authorMatthias Krüger <matthias.krueger@famsik.de>2024-02-25 17:05:23 +0100
committerGitHub <noreply@github.com>2024-02-25 17:05:23 +0100
commit3d5fd9d2c4e484a92ed573330ea7e79762d195d6 (patch)
tree9acbe52d10614d64457e0c9222e597933abe88fb /compiler/rustc_parse/src/parser/expr.rs
parentf54863636ae19ea4255fb9c1ddf2a0e8a9c5dc9e (diff)
parent2401ae1896bf47d0c393dd21596817cf83153320 (diff)
downloadrust-3d5fd9d2c4e484a92ed573330ea7e79762d195d6.tar.gz
rust-3d5fd9d2c4e484a92ed573330ea7e79762d195d6.zip
Rollup merge of #121570 - Nilstrieb:!copy, r=clubby789
Make most bootstrap step types !Copy

This makes all bootstrap types except for `Compiler` and `TargetSelection` `!Copy`. This makes it easier to modify them by adding !Copy types in the future, something that `@saethlin` has complained about before, and comes at no cost of code clarity, the impls were completely unused.

Making `Compiler` and `TargetSelection` `!Copy` (which would allow getting rid of interning) is highly nontrivial as they are used and copied **all over the place**. This should hopefully get most of the benefits.
Diffstat (limited to 'compiler/rustc_parse/src/parser/expr.rs')
0 files changed, 0 insertions, 0 deletions