summary refs log tree commit diff
path: root/src/test/compile-fail/impl-duplicate-methods.rs
AgeCommit message (Expand)AuthorLines
2015-06-03Make E0201 detect when duplicate function is a method.Nick Hamann-1/+1
2015-06-02s/method/associated function/ in E0201Nick Hamann-1/+1
2015-03-11syntax: rename TypeMethod to MethodSig and use it in MethDecl.Eduard Burtescu-1/+1
2015-02-24rustc_resolve: don't handle impl items as if they were modules.Eduard Burtescu-1/+1
2013-06-28librustc: Fix merge fallout and test cases.Patrick Walton-1/+1
2013-06-12Add tests for duplicate methods on traits/impls.Luqman Aden-0/+17