]> git.lizzy.rs Git - rust.git/commit
Correctly report errors for ambiguous default methods
authorSeo Sanghyeon <sanxiyn@gmail.com>
Thu, 3 Oct 2013 16:10:28 +0000 (01:10 +0900)
committerSeo Sanghyeon <sanxiyn@gmail.com>
Thu, 3 Oct 2013 16:10:28 +0000 (01:10 +0900)
commitfbd56396bc35aa65cf0a449d5073086aad2e61b9
tree0f6faebb60f65d0132547c78cf99acd782d9bc8e
parentb637798a5aa7878daa57c147028e98f2c5bc03c5
Correctly report errors for ambiguous default methods
src/librustc/middle/typeck/check/method.rs
src/test/compile-fail/ambig-default-method.rs [new file with mode: 0644]