1
Fork 0

Rollup merge of #130457 - nnethercote:cleanup-codegen-traits, r=bjorn3

Cleanup codegen traits

The traits governing codegen are quite complicated and hard to follow. This PR cleans them up a bit.

r? `@bjorn3`
This commit is contained in:
Matthias Krüger 2024-09-18 17:49:43 +02:00 committed by GitHub
commit 21313d7947
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
50 changed files with 154 additions and 226 deletions

View file

@ -11,6 +11,7 @@
#![feature(negative_impls)]
#![feature(rustdoc_internals)]
#![feature(strict_provenance)]
#![feature(trait_alias)]
#![feature(try_blocks)]
#![warn(unreachable_pub)]
// tidy-alphabetical-end