]> git.lizzy.rs Git - rust.git/commit
Use the proper span when WF-checking an impl self type
authorAaron Hill <aa1ronham@gmail.com>
Sat, 25 Jul 2020 06:05:19 +0000 (02:05 -0400)
committerAaron Hill <aa1ronham@gmail.com>
Sat, 25 Jul 2020 06:11:55 +0000 (02:11 -0400)
commit116ad51c2c931b54c34790f0a56eb012643df987
tree6f640347286b6e012820cd884ef1ed7180cd4ee3
parent1e55f584b3bfafc335a1a819ddd1ee6f97b7a59e
Use the proper span when WF-checking an impl self type
src/librustc_trait_selection/traits/wf.rs
src/test/ui/coherence/coherence-impl-trait-for-trait-object-safe.stderr
src/test/ui/feature-gates/feature-gate-object_safe_for_dispatch.stderr
src/test/ui/issues/issue-21837.stderr
src/test/ui/unsized/unsized-trait-impl-self-type.stderr
src/test/ui/wf/wf-impl-self-type.rs [new file with mode: 0644]
src/test/ui/wf/wf-impl-self-type.stderr [new file with mode: 0644]