about summary refs log tree commit diff
path: root/src/test/compile-fail/generic-impl-less-params-with-defaults.rs
AgeCommit message (Collapse)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
here. Some of this may have been poorly rebased, though I tried to be careful and preserve the spirit of the test.
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
parameters This involves numerous substeps: 1. Treat Self same as any other parameter. 2. No longer compute offsets for method parameters. 3. Store all generic types (both trait/impl and method) with a method, eliminating odd discrepancies. 4. Stop doing unspeakable things to static methods and instead just use the natural types, now that we can easily add the type parameters from trait into the method's polytype. 5. No doubt some more. It was hard to separate these into distinct commits. Fixes #13564
2014-03-28Convert most code to new inner attribute syntax.Brian Anderson-1/+1
Closes #2569
2014-02-07Added tests to make tidyDerek Guenther-2/+4
2014-01-30Implement default type parameters in generics.Eduard Burtescu-0/+22