1
Fork 0
rust/compiler/rustc_infer/src
Nicholas Nethercote 0aab10135d Merge rustc_infer::infer::relate::{glb,lub}.
Most of the code in these two modules is duplicated in the other module.
This commit eliminates the duplication by replacing them with a new
module `lattice_op`. The new `LatticeOpKind` enum is used to distinguish
between glb and lub in the few places where the behaviour differs.
2024-10-04 06:56:37 +10:00
..
errors Add warn(unreachable_pub) to rustc_infer. 2024-08-27 14:47:56 +10:00
infer Merge rustc_infer::infer::relate::{glb,lub}. 2024-10-04 06:56:37 +10:00
traits Reformat using the new identifier sorting from rustfmt 2024-09-22 19:11:29 -04:00
lib.rs Remove #[macro_use] extern crate tracing from rustc_infer. 2024-08-30 10:01:35 +10:00