]> git.lizzy.rs Git - rust.git/commit
Handle inference variables in CollectAllMismatches correctly
authorMichael Goulet <michael@errs.io>
Sat, 31 Dec 2022 03:03:28 +0000 (03:03 +0000)
committerMichael Goulet <michael@errs.io>
Wed, 11 Jan 2023 20:01:24 +0000 (20:01 +0000)
commit959616ef44fe919f297bba1c3ddc65bd8f2432fc
tree96d7b7acf160ceb55e7c75185fe07935639708f6
parentef4046e4f3932991971cdb64915172899532aece
Handle inference variables in CollectAllMismatches correctly
compiler/rustc_trait_selection/src/traits/error_reporting/method_chain.rs
tests/ui/consts/ct-var-in-collect_all_mismatches.rs [new file with mode: 0644]
tests/ui/consts/ct-var-in-collect_all_mismatches.stderr [new file with mode: 0644]
tests/ui/iterators/invalid-iterator-chain-with-int-infer.rs [new file with mode: 0644]
tests/ui/iterators/invalid-iterator-chain-with-int-infer.stderr [new file with mode: 0644]