Introduce a crate for common AST definitions #66149
Labels
C-cleanup
Category: PRs that clean code up or issues documenting cleanup.
T-compiler
Relevant to the compiler team, which will review and decide on the PR/issue.
Context: #65884 (comment)
For example:
Mutability
is shared between AST / HIR / ...CaptureBy
andCaptureClause
fill the same role.Constness
Unsafety
Movability
andGeneratorMovability
(?)BindingMode
Suggested crate name
rustc_ast_common
.cc @oli-obk
The text was updated successfully, but these errors were encountered: