]> git.lizzy.rs Git - rust.git/commit
Extend middle::reachable to also consider provided trait methods.
authorMichael Woerister <michaelwoerister@posteo.net>
Thu, 8 Dec 2016 21:55:51 +0000 (16:55 -0500)
committerMichael Woerister <michaelwoerister@posteo.net>
Thu, 8 Dec 2016 22:06:56 +0000 (17:06 -0500)
commitd602d7b97e737c461fdd0ff724d092ec53707157
treeb75979205d659c8dfc482abd0ff9394b0a6025e6
parent209308439a1099b285520459f57e380f18793c07
Extend middle::reachable to also consider provided trait methods.
src/librustc/middle/reachable.rs
src/test/run-pass/auxiliary/issue_38226_aux.rs [new file with mode: 0644]
src/test/run-pass/issue-38226.rs [new file with mode: 0644]