]> git.lizzy.rs Git - rust.git/commit
Auto merge of #29949 - fhahn:issue-21659-show-relevant-trait-impls, r=arielb1
authorbors <bors@rust-lang.org>
Sun, 3 Jan 2016 19:14:20 +0000 (19:14 +0000)
committerbors <bors@rust-lang.org>
Sun, 3 Jan 2016 19:14:20 +0000 (19:14 +0000)
commitcae9267d4735fa84cf7758b000ae1d64bdbac55c
tree41fa100c1163ebd14edc4f206fcf95e1d89348ba
parent4744472fe03cceb81747ac9c7c64ae5fe6340c0b
parenta8d60708ecabc90ca4b72e12483159339a0b40ce
Auto merge of #29949 - fhahn:issue-21659-show-relevant-trait-impls, r=arielb1

This PR for #21659 uses `DefId.for_each_relevant_impl()` to show other possible implementations in the "trait not implemented" message.