about summary refs log tree commit diff
path: root/src/test/compile-fail/generic-impl-less-params-with-defaults.rs
AgeCommit message (Expand)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-23/+0
2017-05-30Turn sufficiently old compatibility lints into hard errorsVadim Petrochenkov-1/+1
2015-02-24rustc_resolve: don't handle impl items as if they were modules.Eduard Burtescu-1/+1
2015-02-18Fallout: tests. As tests frequently elide things, lots of changesNiko Matsakis-2/+5
2015-01-08Update compile fail tests to use isize.Huon Wilson-1/+1
2015-01-05Remove uses of default_type_params feature gate from tests.Huon Wilson-2/+0
2014-06-13Introduce VecPerParamSpace and use it to represent sets of types andNiko Matsakis-3/+1
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
2014-02-07Added tests to make tidyDerek Guenther-2/+4
2014-01-30Implement default type parameters in generics.Eduard Burtescu-0/+22