rust/src/test/parse-fail
bors c9b03c24ec Auto merge of #23265 - eddyb:meth-ast-refactor, r=nikomatsakis
The end result is that common fields (id, name, attributes, etc.) are stored in now-structures `ImplItem` and `TraitItem`.
The signature of a method is no longer duplicated between methods with a body (default/impl) and those without, they now share `MethodSig`.

This is also a [breaking-change] because of minor bugfixes and changes to syntax extensions:
* `pub fn` methods in a trait no longer parse - remove the `pub`, it has no meaning anymore
* `MacResult::make_methods` is now `make_impl_items` and the return type has changed accordingly
* `quote_method` is gone, because `P<ast::Method>` doesn't exist and it couldn't represent a full method anyways - could be replaced by `quote_impl_item`/`quote_trait_item` in the future, but I do hope we realize how silly that combinatorial macro expansion is and settle on a single `quote` macro + some type hints - or just no types at all (only token-trees)

r? @nikomatsakis This is necessary (hopefully also sufficient) for associated constants.
2015-03-12 20:13:23 +00:00
..
array-old-syntax-1.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
ascii-only-character-escape.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
associated-types-project-from-hrtb-explicit.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
attr-bad-meta.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
attr-before-eof.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
attr-before-ext.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
attr-before-let.rs rollup merge of #22497: nikomatsakis/suffixes 2015-02-18 14:35:01 -08:00
attr-before-stmt.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
attr-dangling-in-fn.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
attr-dangling-in-mod.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
attr.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
attrs-after-extern-mod.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
bad-char-literals.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
bad-lit-suffixes.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
bad-match.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
bad-name.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
bad-value-ident-false.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
bad-value-ident-true.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
better-expected.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
bind-struct-early-modifiers.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
byte-literals.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
byte-string-literals.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
circular_modules_hello.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
circular_modules_main.rs std: Deprecate std::old_io::fs 2015-03-04 15:59:30 -08:00
class-implements-bad-trait.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
column-offset-1-based.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
doc-before-attr.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
doc-before-eof.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
doc-before-extern-rbrace.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
doc-before-macro.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
doc-before-rbrace.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
doc-before-semi.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
duplicate-visibility.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
empty-impl-semicolon.rs Fix test fallouts 2015-02-22 02:14:27 +01:00
extern-crate-as-no-string-help.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
extern-expected-fn-or-brace.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
extern-foreign-crate.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
extern-no-fn.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
generic-non-trailing-defaults.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
import-from-path.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
import-from-rename.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
import-glob-path.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
import-glob-rename.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
int-literal-too-large-span.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
issue-1655.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
issue-1802-1.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
issue-1802-2.rs rollup merge of #22497: nikomatsakis/suffixes 2015-02-18 14:35:01 -08:00
issue-2354-1.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
issue-2354.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
issue-3036.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
issue-5544-a.rs rollup merge of #22497: nikomatsakis/suffixes 2015-02-18 14:35:01 -08:00
issue-5544-b.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
issue-5806.rs disable test for issue-5806 on openbsd 2015-03-07 13:40:35 +01:00
issue-6610.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
issue-8537.rs rollup merge of #22497: nikomatsakis/suffixes 2015-02-18 14:35:01 -08:00
issue-10392-2.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
issue-10392.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
issue-10412.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
issue-10636-1.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
issue-10636-2.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
issue-12560-1.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
issue-14182.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
issue-14303-enum.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
issue-14303-fn-def.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
issue-14303-fncall.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
issue-14303-impl.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
issue-14303-path.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
issue-14303-struct.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
issue-14303-trait.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
issue-15914.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
issue-17383.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
issue-17718-const-mut.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
issue-17904.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
issue-19096.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
issue-19398.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
issue-20711-2.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
issue-20711.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
issue-21153.rs syntax: gather common fields of impl & trait items into their respective types. 2015-03-11 23:39:16 +02:00
issue-22647.rs Add tests for expect ident but find enum or struct panic 2015-02-24 14:59:24 +08:00
issue-22712.rs Add tests for expect ident but find enum or struct panic 2015-02-24 14:59:24 +08:00
keyword-abstract.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
keyword-as-as-identifier.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keyword-break-as-identifier.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keyword-do-as-identifier.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
keyword-else-as-identifier.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keyword-enum-as-identifier.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keyword-extern-as-identifier.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keyword-final.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
keyword-fn-as-identifier.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keyword-for-as-identifier.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keyword-if-as-identifier.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keyword-impl-as-identifier.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keyword-let-as-identifier.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keyword-loop-as-identifier.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keyword-match-as-identifier.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keyword-mod-as-identifier.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keyword-mut-as-identifier.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
keyword-override.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
keyword-priv-as-identifier.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
keyword-pub-as-identifier.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keyword-ref-as-identifier.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
keyword-return-as-identifier.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keyword-self-as-identifier.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keyword-static-as-identifier.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keyword-struct-as-identifier.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keyword-super-as-identifier.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keyword-super.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keyword-trait-as-identifier.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keyword-type-as-identifier.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keyword-typeof.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
keyword-unsafe-as-identifier.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keyword-use-as-identifier.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keyword-while-as-identifier.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keyword.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
keywords-followed-by-double-colon.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
lex-bad-char-literals.rs syntax: Remove deprecated unicode escapes 2015-03-06 14:11:09 -08:00
lex-bad-numeric-literals.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
lex-bad-token.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
lex-bare-cr-string-literal-doc-comment.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
lifetime-no-keyword.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
lifetime-obsoleted-self.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
macro-attribute.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
macro-bad-delimiter-ident.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
macro-keyword.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
macro-mismatched-delim-brace-paren.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
macro-mismatched-delim-paren-brace.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
macros-no-semicolon-items.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
macros-no-semicolon.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
match-arrows-block-then-binop.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
match-vec-invalid.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
mod_file_not_exist.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
mod_file_with_path_attr.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
multiline-comment-line-tracking.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
multitrait.rs Fix test fallouts 2015-02-22 02:14:27 +01:00
mut-patterns.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
new-unicode-escapes-1.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
new-unicode-escapes-2.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
new-unicode-escapes-3.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
new-unicode-escapes-4.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
no-binary-float-literal.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
no-hex-float-literal.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
no-unsafe-self.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
non-str-meta.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
not-a-pred.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
obsolete-closure-kind.rs obsolete |&:| syntax 2015-02-27 21:01:22 -05:00
obsolete-for-sized.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
obsolete-proc.rs Change comment in parse-fail test 2015-03-11 19:46:19 +01:00
omitted-arg-in-item-fn.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
paamayim-nekudotayim.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
parenthesized-box-expr-message.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
pat-range-bad-dots.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
pat-ref-enum.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
qquote-1.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
qquote-2.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
range-3.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
range-4.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
raw-byte-string-eof.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
raw-byte-string-literals.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
raw-str-delim.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
raw-str-unbalanced.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
raw-str-unterminated.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
regions-fn-bound.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
regions-infer-paramd-method.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
regions-out-of-scope-slice.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
regions-trait-2.rs Remove integer suffixes where the types in compiled code are identical. 2015-03-05 12:38:33 +05:30
regions-trait-3.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
removed-syntax-closure-lifetime.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
removed-syntax-enum-newtype.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
removed-syntax-extern-const.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
removed-syntax-field-let.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
removed-syntax-field-semicolon.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
removed-syntax-fixed-vec.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
removed-syntax-fn-pure.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
removed-syntax-fn-sigil.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
removed-syntax-larrow-init.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
removed-syntax-larrow-move.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
removed-syntax-mode.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
removed-syntax-mut-vec-expr.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
removed-syntax-mut-vec-ty.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
removed-syntax-ptr-lifetime.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
removed-syntax-record.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
removed-syntax-static-fn.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
removed-syntax-uniq-mut-expr.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
removed-syntax-uniq-mut-ty.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
removed-syntax-with-1.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
removed-syntax-with-2.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
require-parens-for-chained-comparison.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
struct-literal-in-for.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
struct-literal-in-if.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
struct-literal-in-match-discriminant.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
struct-literal-in-while.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
struct-no-fields-2.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
struct-no-fields-3.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
struct-no-fields-4.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
struct-no-fields-5.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
struct-no-fields-enumlike.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
struct-no-fields.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
struct-variant-no-fields.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
struct-variant-no-pub.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
syntax-trait-polarity.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
tag-variant-disr-non-nullary.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
trailing-carriage-return-in-string.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
trailing-plus-in-bounds.rs Kill fmt::Show and fmt::String with fire! 2015-02-21 16:27:55 +02:00
trait-bounds-not-on-impl.rs Fix test fallouts 2015-02-22 02:14:27 +01:00
trait-keyword.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
trait-pub-assoc-ty.rs syntax: gather common fields of impl & trait items into their respective types. 2015-03-11 23:39:16 +02:00
trait-pub-method.rs syntax: gather common fields of impl & trait items into their respective types. 2015-03-11 23:39:16 +02:00
type-parameters-in-field-exprs.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
unbalanced-doublequote.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
unboxed-closure-sugar-used-on-struct-3.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
unsized.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
unsized2.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
use-as-where-use-ends-with-mod-sep.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
use-ends-with-mod-sep.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
use-mod-4.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
variadic-ffi-1.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
variadic-ffi-3.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
variadic-ffi-4.rs Move compile-fail tests that are rejected by the parser to parse-fail 2015-02-06 22:23:16 +01:00
virtual-structs.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00
where-clauses-no-bounds-or-predicates.rs Move remaning compile-fail tests that are rejected by the parser to parse-fail 2015-02-16 20:52:39 +01:00