mirror of
https://github.com/rust-lang/rust.git
synced 2026-01-21 01:40:41 +00:00
Retire ast::TyAliasWhereClauses. `ast::TyAliasWhereClauses` is a tentative to avoid forgetting predicates when manipulating the AST. It is incompatible with `cfg` attributes on where clauses. This PR uses a regular `WhereClause` for the "second" clause. Fixes https://github.com/rust-lang/rust/issues/138010 cc https://github.com/rust-lang/rust/pull/138037
This directory contains some source code for the Rust project, including:
- The bootstrapping build system
- Various submodules for tools, like cargo, tidy, etc.
For more information on how various parts of the compiler work, see the rustc dev guide.