rust/compiler/rustc_traits/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
..
codegen.rs don't leave assoc const unnormalized due to unconstrained params 2025-02-21 20:32:37 +01:00
dropck_outlives.rs Clean up dropck code a bit 2025-02-17 11:33:07 +00:00
evaluate_obligation.rs Remove extern crate tracing from numerous crates. 2024-04-30 16:47:49 +10:00
implied_outlives_bounds.rs Only use implied bounds hack if bevy, and use deeply normalize in implied bounds hack 2025-03-04 18:18:48 +00:00
lib.rs Revert "Use workspace lints for crates in compiler/ #138084" 2025-03-10 18:12:47 +08:00
normalize_erasing_regions.rs use TypingEnv when no infcx is available 2024-11-18 10:38:56 +01:00
normalize_projection_ty.rs Swap Vec<PredicateObligation> to type alias 2024-10-12 15:17:08 +01:00
type_op.rs Auto merge of #136011 - compiler-errors:query-norm-vaniquishes-us, r=jackh726 2025-01-29 02:12:12 +00:00