rust/compiler/rustc_next_trait_solver/src
许杰友 Jieyou Xu (Joe) 063ef18fdc Revert "Use workspace lints for crates in compiler/ #138084"
Revert <https://github.com/rust-lang/rust/pull/138084> to buy time to
consider options that avoids breaking downstream usages of cargo on
distributed `rustc-src` artifacts, where such cargo invocations fail due
to inability to inherit `lints` from workspace root manifest's
`workspace.lints` (this is only valid for the source rust-lang/rust
workspace, but not really the distributed `rustc-src` artifacts).

This breakage was reported in
<https://github.com/rust-lang/rust/issues/138304>.

This reverts commit 48caf81484, reversing
changes made to c6662879b2.
2025-03-10 18:12:47 +08:00
..
solve Rollup merge of #137728 - Darksonn:no-tuple-unsize, r=oli-obk 2025-03-05 21:46:44 +08:00
canonicalizer.rs Make sure we don't overrun the stack in canonicalizer 2025-02-21 18:24:05 +00:00
coherence.rs Begin to implement type system layer of unsafe binders 2024-12-22 21:57:57 +00:00
delegate.rs Remove allow(unused_variables) for rustc_transmute. 2025-02-28 17:31:31 +11:00
lib.rs Revert "Use workspace lints for crates in compiler/ #138084" 2025-03-10 18:12:47 +08:00
resolve.rs Remove associated type based effects logic 2024-10-24 09:46:36 +00:00