about summary refs log tree commit diff
path: root/src/test/compile-fail/impl-duplicate-methods.rs
AgeCommit message (Expand)AuthorLines
2017-12-14Move compile-fail tests with NOTE/HELP annotations to UIVadim Petrochenkov-20/+0
2016-08-05Fixes #35304Mikhail Modin-1/+3
2016-04-20Show previous definition of duplicate impl itemSeo Sanghyeon-2/+3
2016-03-11Adjust tests to new error messageAaron Turon-1/+1
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