rust/compiler/rustc_infer/src
Nicholas Nethercote ff0a5fe975 Remove #![warn(unreachable_pub)] from all compiler/ crates.
It's no longer necessary now that `-Wunreachable_pub` is being passed.
2025-03-11 13:14:21 +11:00
..
infer Use Binder<Vec<T>> instead of Vec<Binder<T>> in new solver 2025-02-26 17:32:26 +00:00
traits Make fewer crates depend on rustc_ast_ir 2025-02-19 07:06:54 +00:00
errors.rs Rename errors/mod.rs as errors.rs. 2024-10-07 09:50:50 +11:00
lib.rs Remove #![warn(unreachable_pub)] from all compiler/ crates. 2025-03-11 13:14:21 +11:00