]> git.lizzy.rs Git - rust.git/commit
Do not ICE on generics mismatch with non-local traits
authorShotaro Yamada <sinkuu@sinkuu.xyz>
Mon, 23 Apr 2018 04:54:09 +0000 (13:54 +0900)
committerShotaro Yamada <sinkuu@sinkuu.xyz>
Thu, 26 Apr 2018 12:56:21 +0000 (21:56 +0900)
commit98c2e0976d6c4d0d3bd22e477b504f1a6f9b4ffa
treedeba8b0da9bbf6ccd10bcb9683f4f7889e1711a7
parent81135c9dbc92dc78df747d5096ff07d867ef3b02
Do not ICE on generics mismatch with non-local traits

Fixes #49841
src/librustc_typeck/check/compare_method.rs
src/test/compile-fail/impl-trait/impl-generic-mismatch.rs