rust/src/test/parse-fail
Vadim Petrochenkov a8f5047430 Add tests
2017-01-24 22:56:02 +03:00
..
ascii-only-character-escape.rs
assoc-oddities-1.rs
assoc-oddities-2.rs
associated-types-project-from-hrtb-explicit.rs add -Z continue-parse-after-error to parse-fail tests 2016-11-01 14:08:56 -04:00
attr-bad-meta.rs Fix fallout in rustdoc and tests. 2016-11-21 12:16:46 +00:00
attr-before-eof.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
bad-match.rs
bad-name.rs
bad-pointer-type.rs
bad-value-ident-false.rs
bad-value-ident-true.rs
better-expected.rs
bind-struct-early-modifiers.rs
bounds-lifetime-1.rs Add tests 2017-01-24 22:56:02 +03:00
bounds-lifetime-2.rs Add tests 2017-01-24 22:56:02 +03:00
bounds-lifetime-3.rs Add tests 2017-01-24 22:56:02 +03:00
bounds-lifetime-where-1.rs Add tests 2017-01-24 22:56:02 +03:00
bounds-lifetime-where-2.rs Add tests 2017-01-24 22:56:02 +03:00
bounds-lifetime-where.rs Add tests 2017-01-24 22:56:02 +03:00
bounds-lifetime.rs Add tests 2017-01-24 22:56:02 +03:00
bounds-obj-parens.rs Fix regression in parsing of trait object types 2017-01-19 13:28:45 +03:00
bounds-type-where-1.rs Add tests 2017-01-24 22:56:02 +03:00
bounds-type-where.rs Add tests 2017-01-24 22:56:02 +03:00
bounds-type.rs Add tests 2017-01-24 22:56:02 +03:00
brace-after-qualified-path-in-match.rs
byte-literals.rs
byte-string-literals.rs
circular_modules_hello.rs Fix fallout in tests. 2016-11-22 01:48:14 +00:00
circular_modules_main.rs
class-implements-bad-trait.rs
closure-return-syntax.rs syntax: don't fake a block around closures' bodies during parsing. 2016-11-10 01:44:45 +02:00
column-offset-1-based.rs
default.rs
doc-after-struct-field.rs Specific error message for missplaced doc comments 2016-07-05 23:09:02 -07:00
doc-before-attr.rs
doc-before-eof.rs
doc-before-extern-rbrace.rs Specific error message for missplaced doc comments 2016-07-05 23:09:02 -07:00
doc-before-fn-rbrace.rs Specific error message for missplaced doc comments 2016-07-05 23:09:02 -07:00
doc-before-identifier.rs Specific error message for missplaced doc comments 2016-07-05 23:09:02 -07:00
doc-before-mod-rbrace.rs Specific error message for missplaced doc comments 2016-07-05 23:09:02 -07:00
doc-before-rbrace.rs Specific error message for missplaced doc comments 2016-07-05 23:09:02 -07:00
doc-before-semi.rs Specific error message for missplaced doc comments 2016-07-05 23:09:02 -07:00
doc-before-struct-rbrace-1.rs Specific error message for missplaced doc comments 2016-07-05 23:09:02 -07:00
doc-before-struct-rbrace-2.rs Specific error message for missplaced doc comments 2016-07-05 23:09:02 -07:00
duplicate-visibility.rs
empty-impl-semicolon.rs
extern-crate-unexpected-token.rs
extern-expected-fn-or-brace.rs
extern-foreign-crate.rs
extern-no-fn.rs Fix fallout in tests. 2016-09-23 04:26:59 +00:00
import-from-path.rs
import-from-rename.rs
import-glob-path.rs
import-glob-rename.rs
inner-attr-after-doc-comment.rs syntax: Better error message for inner attr following doc comment 2016-07-15 21:02:53 -07:00
inner-attr.rs syntax: Better error message for inner attr following doc comment 2016-07-15 21:02:53 -07:00
int-literal-too-large-span.rs Fix parse-fail and compile-fail tests 2016-12-30 15:17:26 +01:00
issue-1655.rs
issue-1802-1.rs
issue-1802-2.rs
issue-2354-1.rs
issue-2354.rs
issue-3036.rs
issue-5544-a.rs Fix parse-fail and compile-fail tests 2016-12-30 15:17:26 +01:00
issue-5544-b.rs Fix parse-fail and compile-fail tests 2016-12-30 15:17:26 +01:00
issue-5806.rs
issue-6610.rs
issue-8537.rs
issue-10392-2.rs
issue-10392.rs
issue-10412.rs Changed most vec! invocations to use square braces 2016-10-31 22:51:40 +00:00
issue-10636-1.rs
issue-14303-enum.rs
issue-14303-fn-def.rs
issue-14303-fncall.rs
issue-14303-impl.rs
issue-14303-path.rs Refactor parsing of generic arguments/parameters and where clauses 2017-01-24 22:56:02 +03:00
issue-14303-struct.rs
issue-14303-trait.rs
issue-15914.rs
issue-17383.rs
issue-17718-const-mut.rs
issue-17904-2.rs Refactor parsing of generic arguments/parameters and where clauses 2017-01-24 22:56:02 +03:00
issue-17904.rs Refactor parsing of generic arguments/parameters and where clauses 2017-01-24 22:56:02 +03:00
issue-19096.rs
issue-19398.rs
issue-20711-2.rs
issue-20711.rs
issue-21153.rs Fix fallout in tests. 2016-09-23 04:26:59 +00:00
issue-22647.rs
issue-22712.rs
issue-23620-invalid-escapes.rs
issue-24197.rs
issue-24375.rs
issue-24780.rs
issue-27255.rs
issue-30318.rs
issue-32214.rs Refactor parsing of generic arguments/parameters and where clauses 2017-01-24 22:56:02 +03:00
issue-32446.rs
issue-32501.rs
issue-32505.rs
issue-33262.rs
issue-33413.rs
issue-33455.rs
issue-33569.rs Refactor the parser to consume token trees. 2017-01-17 08:17:26 +00:00
issue-37113.rs Recover out of an enum or struct's braced block. 2016-10-26 22:27:14 -04:00
issue-37234.rs Don't spin expanding stmt macros. 2016-10-26 22:30:38 -04:00
keyword-abstract.rs
keyword-as-as-identifier.rs
keyword-box-as-identifier.rs
keyword-break-as-identifier.rs
keyword-const-as-identifier.rs
keyword-continue-as-identifier.rs
keyword-crate-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-in-as-identifier.rs
keyword-let-as-identifier.rs
keyword-loop-as-identifier.rs
keyword-match-as-identifier.rs
keyword-mod-as-identifier.rs
keyword-move-as-identifier.rs
keyword-mut-as-identifier.rs
keyword-override.rs
keyword-pub-as-identifier.rs
keyword-ref-as-identifier.rs
keyword-return-as-identifier.rs
keyword-static-as-identifier.rs
keyword-struct-as-identifier.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-where-as-identifier.rs
keyword-while-as-identifier.rs
keyword.rs
keywords-followed-by-double-colon.rs
lex-bad-binary-literal.rs
lex-bad-char-literals-1.rs
lex-bad-char-literals-2.rs
lex-bad-char-literals-3.rs
lex-bad-char-literals-4.rs
lex-bad-char-literals-5.rs
lex-bad-numeric-literals.rs Fix parse-fail and compile-fail tests 2016-12-30 15:17:26 +01:00
lex-bad-octal-literal.rs add -Z continue-parse-after-error to parse-fail tests 2016-11-01 14:08:56 -04:00
lex-bad-token.rs
lex-bare-cr-string-literal-doc-comment.rs
lifetime-in-pattern.rs
lifetime-no-keyword.rs add -Z continue-parse-after-error to parse-fail tests 2016-11-01 14:08:56 -04:00
lifetime-semicolon.rs Refactor parsing of generic arguments/parameters and where clauses 2017-01-24 22:56:02 +03:00
macro-attribute.rs
macro-bad-delimiter-ident.rs
macro-doc-comments-1.rs
macro-doc-comments-2.rs
macro-keyword.rs
macro-mismatched-delim-brace-paren.rs
macro-mismatched-delim-paren-brace.rs
macro-repeat.rs
macros-no-semicolon-items.rs
macros-no-semicolon.rs
match-arrows-block-then-binop.rs
match-refactor-to-expr.rs
match-vec-invalid.rs
mod_file_not_exist.rs
mod_file_with_path_attr.rs
multiline-comment-line-tracking.rs
multitrait.rs
mut-patterns.rs
new-unicode-escapes-1.rs
new-unicode-escapes-2.rs
new-unicode-escapes-3.rs
new-unicode-escapes-4.rs
no-binary-float-literal.rs
no-hex-float-literal.rs
no-unsafe-self.rs
not-a-pred.rs
obsolete-proc.rs
omitted-arg-in-item-fn.rs
paamayim-nekudotayim.rs
paren-after-qualified-path-in-match.rs
pat-lt-bracket-1.rs
pat-lt-bracket-2.rs
pat-lt-bracket-3.rs
pat-lt-bracket-4.rs
pat-lt-bracket-5.rs
pat-lt-bracket-6.rs
pat-lt-bracket-7.rs
pat-range-bad-dots.rs
pat-ranges-1.rs
pat-ranges-2.rs
pat-ranges-3.rs
pat-ranges-4.rs
pat-ref-enum.rs
pat-tuple-1.rs
pat-tuple-2.rs
pat-tuple-3.rs
pat-tuple-4.rs
pat-tuple-5.rs
pat-tuple-6.rs
pub-item-macro.rs
pub-macro-rules.rs
pub-method-macro.rs
range_inclusive_gate.rs
range_inclusive.rs
range-3.rs
range-4.rs
raw-byte-string-eof.rs
raw-byte-string-literals.rs add -Z continue-parse-after-error to parse-fail tests 2016-11-01 14:08:56 -04:00
raw-str-delim.rs
raw-str-unbalanced.rs
raw-str-unterminated.rs
recover-enum2.rs Recover out of an enum or struct's braced block. 2016-10-26 22:27:14 -04:00
recover-enum.rs Recover out of an enum or struct's braced block. 2016-10-26 22:27:14 -04:00
recover-struct.rs Recover out of an enum or struct's braced block. 2016-10-26 22:27:14 -04:00
regions-out-of-scope-slice.rs
removed-syntax-closure-lifetime.rs
removed-syntax-enum-newtype.rs
removed-syntax-extern-const.rs
removed-syntax-field-let.rs add -Z continue-parse-after-error to parse-fail tests 2016-11-01 14:08:56 -04:00
removed-syntax-field-semicolon.rs
removed-syntax-fixed-vec.rs
removed-syntax-fn-pure.rs
removed-syntax-fn-sigil.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 Implement field shorthands in struct literal expressions. 2016-10-27 03:15:13 +03:00
require-parens-for-chained-comparison.rs
struct-field-numeric-shorthand.rs Implement field shorthands in struct literal expressions. 2016-10-27 03:15:13 +03:00
struct-literal-in-for.rs
struct-literal-in-if.rs
struct-literal-in-match-discriminant.rs
struct-literal-in-while.rs
suffixed-literal-meta.rs Implement RFC#1559: allow all literals in attributes. 2016-08-25 13:25:22 -07:00
syntax-trait-polarity.rs add -Z continue-parse-after-error to parse-fail tests 2016-11-01 14:08:56 -04:00
tag-variant-disr-non-nullary.rs
trailing-carriage-return-in-string.rs
trailing-plus-in-bounds.rs add -Z continue-parse-after-error to parse-fail tests 2016-11-01 14:08:56 -04:00
trait-bounds-not-on-impl.rs add -Z continue-parse-after-error to parse-fail tests 2016-11-01 14:08:56 -04:00
trait-non-item-macros.rs
trait-pub-assoc-const.rs
trait-pub-assoc-ty.rs
trait-pub-method.rs
tuple-float-index.rs
type-parameters-in-field-exprs.rs
unbalanced-doublequote.rs
unboxed-closure-sugar-used-on-struct-3.rs
unicode-chars.rs
unsized2.rs
unsized.rs
use-as-where-use-ends-with-mod-sep.rs add -Z continue-parse-after-error to parse-fail tests 2016-11-01 14:08:56 -04:00
use-ends-with-mod-sep.rs
variadic-ffi-3.rs
variadic-ffi-4.rs
virtual-structs.rs
where_with_bound.rs Add test. 2016-12-09 20:40:01 -08:00
where-clauses-no-bounds-or-predicates.rs Refactor parsing of generic arguments/parameters and where clauses 2017-01-24 22:56:02 +03:00
wrong-escape-of-curly-braces.rs