]> git.lizzy.rs Git - rust.git/commit
Provide a note if method lookup fails and there are static definitions with the same...
authorKevin Butler <haqkrs@gmail.com>
Tue, 22 Apr 2014 11:20:08 +0000 (12:20 +0100)
committerKevin Butler <haqkrs@gmail.com>
Fri, 2 May 2014 21:46:26 +0000 (22:46 +0100)
commitcb08cb8aefa38d082b3f30629e15ff2eb4e61aec
tree918dde117532dd51b84f4d62fc10dcbca2e14823
parentb5d6b07370b665df6b54fa20e971e61041a233b0
Provide a note if method lookup fails and there are static definitions with the same name.
src/librustc/middle/resolve.rs
src/librustc/middle/typeck/check/method.rs
src/librustc/middle/typeck/check/mod.rs
src/test/compile-fail/issue-7575.rs [new file with mode: 0644]
src/test/run-pass/issue-7575.rs [new file with mode: 0644]