os-rust/compiler/rustc_infer
Nicholas Nethercote abf212c16c Remove OutlivesEnvironmentBuilder.
`OutlivesEnvironment::new` can call `OutlivesEnvironment::with_bounds`
with an empty `extra_bounds`. And once that's done,
`OutlivesEnvironmentBuilder` has a single use and can be inlined and
removed into `OutlivesEnvironment::with_bounds`.
2024-10-08 16:27:44 +11:00
..
src Remove OutlivesEnvironmentBuilder. 2024-10-08 16:27:44 +11:00
Cargo.toml Uplift PredicateEmittingRelation first 2024-07-06 10:05:49 -04:00
messages.ftl Move all error reporting into rustc_trait_selection 2024-07-21 22:34:35 -04:00