about summary refs log tree commit diff
path: root/compiler/rustc_hir_analysis/src/check/always_applicable.rs
AgeCommit message (Expand)AuthorLines
2025-04-02Directly fetch the impl self typeOli Scherer-2/+2
2025-04-02Only look at trait impls in the current crate when looking for `Drop` implsOli Scherer-3/+1
2025-03-07Delay bug for negative auto trait rather than ICEingMichael Goulet-1/+4
2025-03-04Make rustdoc tests use always applicable negative auto implsMichael Goulet-2/+2
2025-03-04Ensure that negative auto impls are always applicableMichael Goulet-0/+295