rust/compiler/rustc_middle/src/middle
Matthias Krüger d5af762fe5
Rollup merge of #118888 - compiler-errors:uplift-more-things, r=jackh726
Uplift `TypeAndMut` and `ClosureKind` to `rustc_type_ir`

Uplifts `TypeAndMut` and `ClosureKind`

I know I said I was just going to get rid of `TypeAndMut` (https://github.com/rust-lang/types-team/issues/124) but I think this is much simpler, lol

r? `@jackh726` or `@lcnr`
2023-12-15 06:50:18 +01:00
..
codegen_fn_attrs.rs Automatically enable cross-crate inlining for small functions 2023-10-17 19:53:51 -04:00
debugger_visualizer.rs Move DebuggerVisualizerFile types from rustc_span to rustc_middle 2023-05-16 21:03:28 +02:00
dependency_format.rs mv compiler to compiler/ 2020-08-30 18:45:07 +03:00
exported_symbols.rs Avoid adding compiler-used functions to symbols.o 2023-12-04 22:28:00 +08:00
lang_items.rs Move special methods from ClosureKind back into rustc 2023-12-14 19:10:03 +00:00
limits.rs remove redundant imports 2023-12-10 10:56:22 +08:00
mod.rs Store feature stability un-split 2023-11-20 19:11:26 +00:00
privacy.rs Format all the let chains in compiler 2023-10-13 08:59:36 +00:00
region.rs Move some methods from tcx.hir() to tcx 2023-12-12 06:40:29 -08:00
resolve_bound_vars.rs Move late-bound arg type checks to resolve_bound_vars 2023-02-18 03:28:54 +00:00
stability.rs Move some methods from tcx.hir() to tcx 2023-12-12 06:40:29 -08:00