mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-07 01:05:39 +03:00
a8d22eb39e
Supertraits of `BuilderMethods` are all called `XyzBuilderMethods`. Supertraits of `CodegenMethods` are all called `XyzMethods`. This commit changes the latter to `XyzCodegenMethods`, for consistency.
Please read the rustc-dev-guide chapter on Backend Agnostic Codegen.