rust/src/test/parse-fail
2015-04-15 14:18:47 +02:00
..
array-old-syntax-1.rs
ascii-only-character-escape.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
associated-types-project-from-hrtb-explicit.rs
attr-bad-meta.rs
attr-before-eof.rs
attr-before-ext.rs
attr-before-let.rs rollup merge of #22497: nikomatsakis/suffixes 2015-02-18 14:35:01 -08:00
attr-before-stmt.rs
attr-dangling-in-fn.rs
attr-dangling-in-mod.rs
attr.rs
attrs-after-extern-mod.rs
bad-char-literals.rs
bad-lit-suffixes.rs Fix fallout of removing quotes in crate names 2015-03-27 11:43:40 -07:00
bad-match.rs
bad-name.rs
bad-value-ident-false.rs
bad-value-ident-true.rs
better-expected.rs
bind-struct-early-modifiers.rs
byte-literals.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
byte-string-literals.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
circular_modules_hello.rs
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
closure-return-syntax.rs Require braces when a closure has an explicit return type. This is a 2015-03-18 20:07:27 -04:00
column-offset-1-based.rs syntax: use lookahead to distinguish inner and outer attributes, instead of passing the latter around. 2015-03-13 11:36:30 +02:00
doc-before-attr.rs
doc-before-eof.rs
doc-before-extern-rbrace.rs
doc-before-macro.rs
doc-before-rbrace.rs
doc-before-semi.rs
duplicate-visibility.rs
empty-impl-semicolon.rs Fix test fallouts 2015-02-22 02:14:27 +01:00
extern-expected-fn-or-brace.rs
extern-foreign-crate.rs rustc: Add support for extern crate foo as bar 2015-03-24 14:55:15 -07:00
extern-no-fn.rs
generic-non-trailing-defaults.rs
import-from-path.rs
import-from-rename.rs
import-glob-path.rs
import-glob-rename.rs
int-literal-too-large-span.rs
issue-1655.rs syntax: use lookahead to distinguish inner and outer attributes, instead of passing the latter around. 2015-03-13 11:36:30 +02:00
issue-1802-1.rs Lex binary and octal literals more eagerly. 2015-03-31 12:16:42 +11:00
issue-1802-2.rs rollup merge of #22497: nikomatsakis/suffixes 2015-02-18 14:35:01 -08:00
issue-2354-1.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-2354.rs
issue-3036.rs
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 fixing some tests and temporarily disabling others to get Bitrig build working 100% 2015-04-04 12:33:44 -07:00
issue-6610.rs
issue-8537.rs rollup merge of #22497: nikomatsakis/suffixes 2015-02-18 14:35:01 -08:00
issue-10392-2.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-10392.rs
issue-10412.rs
issue-10636-1.rs
issue-10636-2.rs
issue-12560-1.rs
issue-14182.rs
issue-14303-enum.rs
issue-14303-fn-def.rs
issue-14303-fncall.rs
issue-14303-impl.rs
issue-14303-path.rs
issue-14303-struct.rs
issue-14303-trait.rs
issue-15914.rs
issue-17383.rs
issue-17718-const-mut.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-17904.rs
issue-19096.rs
issue-19398.rs
issue-20711-2.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
issue-20711.rs
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 syntax: Rewrite parsing of patterns 2015-04-02 13:34:26 +03:00
issue-22712.rs syntax: Rewrite parsing of patterns 2015-04-02 13:34:26 +03:00
issue-23620-invalid-escapes.rs Prevent ICEs when parsing invalid escapes, closes #23620 2015-03-27 17:47:16 +01:00
issue-24197.rs Add tests for "ident only path should have been covered"-ICE 2015-04-15 14:18:47 +02:00
issue-24375.rs Add tests for "ident only path should have been covered"-ICE 2015-04-15 14:18:47 +02:00
keyword-abstract.rs
keyword-as-as-identifier.rs
keyword-break-as-identifier.rs
keyword-do-as-identifier.rs
keyword-else-as-identifier.rs
keyword-enum-as-identifier.rs
keyword-extern-as-identifier.rs
keyword-final.rs
keyword-fn-as-identifier.rs
keyword-for-as-identifier.rs
keyword-if-as-identifier.rs
keyword-impl-as-identifier.rs
keyword-let-as-identifier.rs
keyword-loop-as-identifier.rs
keyword-match-as-identifier.rs
keyword-mod-as-identifier.rs
keyword-mut-as-identifier.rs
keyword-override.rs
keyword-priv-as-identifier.rs
keyword-pub-as-identifier.rs
keyword-ref-as-identifier.rs
keyword-return-as-identifier.rs
keyword-self-as-identifier.rs
keyword-static-as-identifier.rs
keyword-struct-as-identifier.rs
keyword-super-as-identifier.rs
keyword-super.rs
keyword-trait-as-identifier.rs
keyword-type-as-identifier.rs
keyword-typeof.rs
keyword-unsafe-as-identifier.rs
keyword-use-as-identifier.rs
keyword-while-as-identifier.rs
keyword.rs
keywords-followed-by-double-colon.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
lex-bad-binary-literal.rs Lex binary and octal literals more eagerly. 2015-03-31 12:16:42 +11: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-octal-literal.rs Lex binary and octal literals more eagerly. 2015-03-31 12:16:42 +11:00
lex-bad-token.rs
lex-bare-cr-string-literal-doc-comment.rs
lifetime-no-keyword.rs
lifetime-obsoleted-self.rs
macro-attribute.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
macro-bad-delimiter-ident.rs
macro-keyword.rs
macro-mismatched-delim-brace-paren.rs
macro-mismatched-delim-paren-brace.rs
macros-no-semicolon-items.rs
macros-no-semicolon.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
match-arrows-block-then-binop.rs
match-vec-invalid.rs syntax: Rewrite parsing of patterns 2015-04-02 13:34:26 +03:00
mod_file_not_exist.rs
mod_file_with_path_attr.rs
multiline-comment-line-tracking.rs
multitrait.rs Fix test fallouts 2015-02-22 02:14:27 +01:00
mut-patterns.rs
new-unicode-escapes-1.rs
new-unicode-escapes-2.rs
new-unicode-escapes-3.rs
new-unicode-escapes-4.rs Prevent ICEs when parsing invalid escapes, closes #23620 2015-03-27 17:47:16 +01:00
no-binary-float-literal.rs
no-hex-float-literal.rs
no-unsafe-self.rs
non-str-meta.rs
not-a-pred.rs
obsolete-closure-kind.rs obsolete |&:| syntax 2015-02-27 21:01:22 -05:00
obsolete-proc.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
omitted-arg-in-item-fn.rs syntax: Rewrite parsing of patterns 2015-04-02 13:34:26 +03:00
paamayim-nekudotayim.rs
parenthesized-box-expr-message.rs
pat-lt-bracket-1.rs Add tests for parsing of patterns 2015-04-03 05:56:27 +03:00
pat-lt-bracket-2.rs Add tests for parsing of patterns 2015-04-03 05:56:27 +03:00
pat-lt-bracket-3.rs Add tests for parsing of patterns 2015-04-03 05:56:27 +03:00
pat-lt-bracket-4.rs Add tests for parsing of patterns 2015-04-03 05:56:27 +03:00
pat-lt-bracket-5.rs Add tests for parsing of patterns 2015-04-03 05:56:27 +03:00
pat-lt-bracket-6.rs Add tests for parsing of patterns 2015-04-03 05:56:27 +03:00
pat-lt-bracket-7.rs Add tests for parsing of patterns 2015-04-03 05:56:27 +03:00
pat-range-bad-dots.rs
pat-ranges-1.rs Add tests for parsing of patterns 2015-04-03 05:56:27 +03:00
pat-ranges-2.rs Add tests for parsing of patterns 2015-04-03 05:56:27 +03:00
pat-ranges-3.rs Add tests for parsing of patterns 2015-04-03 05:56:27 +03:00
pat-ranges-4.rs Add tests for parsing of patterns 2015-04-03 05:56:27 +03:00
pat-ref-enum.rs
qquote-1.rs
qquote-2.rs
range-3.rs
range-4.rs
raw-byte-string-eof.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
raw-byte-string-literals.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
raw-str-delim.rs
raw-str-unbalanced.rs
raw-str-unterminated.rs
regions-fn-bound.rs
regions-infer-paramd-method.rs
regions-out-of-scope-slice.rs
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
removed-syntax-closure-lifetime.rs
removed-syntax-enum-newtype.rs
removed-syntax-extern-const.rs
removed-syntax-field-let.rs
removed-syntax-field-semicolon.rs
removed-syntax-fixed-vec.rs
removed-syntax-fn-pure.rs
removed-syntax-fn-sigil.rs
removed-syntax-larrow-init.rs syntax: Rewrite parsing of patterns 2015-04-02 13:34:26 +03:00
removed-syntax-larrow-move.rs
removed-syntax-mode.rs
removed-syntax-mut-vec-expr.rs
removed-syntax-mut-vec-ty.rs
removed-syntax-ptr-lifetime.rs
removed-syntax-record.rs
removed-syntax-static-fn.rs
removed-syntax-uniq-mut-expr.rs
removed-syntax-uniq-mut-ty.rs
removed-syntax-with-1.rs
removed-syntax-with-2.rs
require-parens-for-chained-comparison.rs
struct-literal-in-for.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
struct-literal-in-if.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
struct-literal-in-match-discriminant.rs syntax: Rewrite parsing of patterns 2015-04-02 13:34:26 +03:00
struct-literal-in-while.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
struct-no-fields-2.rs
struct-no-fields-3.rs
struct-no-fields-4.rs
struct-no-fields-5.rs
struct-no-fields-enumlike.rs
struct-no-fields.rs
struct-variant-no-fields.rs
struct-variant-no-pub.rs
syntax-trait-polarity.rs
tag-variant-disr-non-nullary.rs
trailing-carriage-return-in-string.rs
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
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 Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
unbalanced-doublequote.rs
unboxed-closure-sugar-used-on-struct-3.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
unsized2.rs
unsized.rs
use-as-where-use-ends-with-mod-sep.rs
use-ends-with-mod-sep.rs
use-mod-4.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
variadic-ffi-1.rs
variadic-ffi-3.rs
variadic-ffi-4.rs
virtual-structs.rs
where-clauses-no-bounds-or-predicates.rs Strip all leading/trailing newlines 2015-03-15 09:08:21 -07:00
wrong-escape-of-curly-braces.rs Added a help span which informs the user about the escaping of curly braces in a format string if a wrongly escaped one is detected in a string. 2015-04-13 15:56:10 +02:00