]> git.lizzy.rs Git - rust.git/commit
Perform coherence checking per impl.
authorCamille GILLOT <gillot.camille@gmail.com>
Sun, 9 May 2021 18:53:13 +0000 (20:53 +0200)
committerCamille GILLOT <gillot.camille@gmail.com>
Wed, 22 Jun 2022 19:18:46 +0000 (21:18 +0200)
commit0ff8c65d6f6f1613d22dcd3525ab29f39e7e6519
treeb1e1324c1731d11b1ea6b5a119e253a98c5ea15b
parent21e9336fe81a1fce364349bb7a35a0347c369f34
Perform coherence checking per impl.
18 files changed:
compiler/rustc_middle/src/query/mod.rs
compiler/rustc_trait_selection/src/traits/specialize/mod.rs
compiler/rustc_typeck/src/coherence/mod.rs
compiler/rustc_typeck/src/coherence/orphan.rs
compiler/rustc_typeck/src/coherence/unsafety.rs
compiler/rustc_typeck/src/lib.rs
src/test/ui/coherence/coherence-impl-trait-for-marker-trait-negative.stderr
src/test/ui/coherence/coherence-impl-trait-for-marker-trait-positive.stderr
src/test/ui/coherence/coherence-impls-copy.stderr
src/test/ui/coherence/coherence-impls-send.stderr
src/test/ui/coherence/coherence-impls-sized.stderr
src/test/ui/coherence/coherence-with-closure.stderr
src/test/ui/coherence/coherence-with-generator.stderr
src/test/ui/impl-trait/auto-trait.stderr
src/test/ui/impl-trait/negative-reasoning.stderr
src/test/ui/traits/alias/issue-83613.stderr
src/test/ui/traits/issue-78372.rs
src/test/ui/traits/issue-78372.stderr