rust/src/test/parse-fail
Alex Crichton f945190e63 rustc: Remove some long deprecated features:
* no_split_stack was renamed to no_stack_check
* deriving was renamed to derive
* `use foo::mod` was renamed to `use foo::self`;
* legacy lifetime definitions in closures have been replaced with `for` syntax
* `fn foo() -> &A + B` has been deprecated for some time (needs parens)
* Obsolete `for Sized?` syntax
* Obsolete `Sized? Foo` syntax
* Obsolete `|T| -> U` syntax
2015-03-18 19:46:25 -07:00
..
2015-02-22 02:14:27 +01:00
2015-02-22 02:14:27 +01:00
2015-02-27 21:01:22 -05:00
2015-02-22 02:14:27 +01:00