]> git.lizzy.rs Git - rust.git/commit
When suggesting associated fn with type parameters, include in the structured suggestion
authorEsteban Küber <esteban@kuber.com.ar>
Fri, 31 Jan 2020 03:01:31 +0000 (19:01 -0800)
committerEsteban Küber <esteban@kuber.com.ar>
Wed, 5 Feb 2020 02:20:10 +0000 (18:20 -0800)
commit319dd6f139377259ceca7db35069b382446ee3bf
tree1ec9fd8242768916c14210d7683690cde26abbd5
parent5b0caef54a062b5e283cf15d1fad7027f631f29d
When suggesting associated fn with type parameters, include in the structured suggestion
src/librustc_typeck/check/mod.rs
src/test/ui/suggestions/missing-assoc-fn-applicable-suggestions.fixed [new file with mode: 0644]
src/test/ui/suggestions/missing-assoc-fn-applicable-suggestions.rs [new file with mode: 0644]
src/test/ui/suggestions/missing-assoc-fn-applicable-suggestions.stderr [new file with mode: 0644]
src/test/ui/suggestions/missing-assoc-fn.rs [new file with mode: 0644]
src/test/ui/suggestions/missing-assoc-fn.stderr [new file with mode: 0644]