diff options
| author | bors <bors@rust-lang.org> | 2023-09-22 00:46:13 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-09-22 00:46:13 +0000 |
| commit | b7573187180a6ad13ba557f85b7e19a51f8fdaf1 (patch) | |
| tree | 3cf9536a8c38d2fcd8568a6e6d64553676abd7f8 /compiler/rustc_codegen_gcc/src | |
| parent | 99b63d068b0be31b4d8a28f93921b5d14f13cdc0 (diff) | |
| parent | 1806efe7f2757c5fbcf99d1ac9ca2d26fb0a7c4e (diff) | |
| download | rust-b7573187180a6ad13ba557f85b7e19a51f8fdaf1.tar.gz rust-b7573187180a6ad13ba557f85b7e19a51f8fdaf1.zip | |
Auto merge of #115920 - Zoxc:depkind-u16, r=cjgillot
Move `DepKind` to `rustc_query_system` and define it as `u16` This moves the `DepKind` type to `rustc_query_system` where it's defined with an inner `u16` field. This decouples it from `rustc_middle` and is a step towards letting other crates define dep kinds. It also allows some type parameters to be removed. The `DepKind` trait is replaced with a `Deps` trait. That's used when some operations or information about dep kinds which is unavailable in `rustc_query_system` are still needed. r? `@cjgillot`
Diffstat (limited to 'compiler/rustc_codegen_gcc/src')
0 files changed, 0 insertions, 0 deletions
