rust/src/test/ui/parser
Mazdak Farrokhzad c28704c2a8
Rollup merge of #59453 - estebank:recover-tuple-parse, r=petrochenkov
Recover from parse error in tuple syntax
2019-03-30 07:51:36 +01:00
..
macro Update tests 2019-03-11 23:10:26 +03:00
raw syntax: Introduce Ident::can_be_raw 2019-03-16 23:13:15 +03:00
ascii-only-character-escape.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
ascii-only-character-escape.stderr compiletest: make path normalization smarter 2019-03-25 01:06:45 -04:00
assoc-oddities-1.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
assoc-oddities-1.stderr Update tests 2019-03-11 23:10:26 +03:00
assoc-oddities-2.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
assoc-oddities-2.stderr Update tests 2019-03-11 23:10:26 +03:00
associated-types-project-from-hrtb-explicit.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
associated-types-project-from-hrtb-explicit.stderr Address review comments 2018-12-31 08:24:00 -08:00
attr-bad-meta-2.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
attr-bad-meta-2.stderr Update tests 2019-03-11 23:10:26 +03:00
attr-bad-meta-3.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
attr-bad-meta-3.stderr Update tests 2019-03-11 23:10:26 +03:00
attr-bad-meta.rs Stabilize unrestricted_attribute_tokens 2019-02-25 23:21:54 +03:00
attr-bad-meta.stderr Update tests 2019-03-11 23:10:26 +03:00
attr-before-eof.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
attr-before-eof.stderr Update tests 2019-03-11 23:10:26 +03:00
attr-dangling-in-fn.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
attr-dangling-in-fn.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
attr-dangling-in-mod.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
attr-dangling-in-mod.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
attr.rs Implement basic input validation for built-in attributes 2019-01-13 14:17:19 +03:00
attr.stderr Update tests 2019-03-11 23:10:26 +03:00
attrs-after-extern-mod.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
attrs-after-extern-mod.stderr Update tests 2019-03-11 23:10:26 +03:00
bad-char-literals.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
bad-char-literals.stderr compiletest: make path normalization smarter 2019-03-25 01:06:45 -04:00
bad-lit-suffixes.rs Reword invalid suffixe errors 2019-03-26 12:09:13 -07:00
bad-lit-suffixes.stderr Reword invalid suffixe errors 2019-03-26 12:09:13 -07:00
bad-match.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
bad-match.stderr Update tests 2019-03-11 23:10:26 +03:00
bad-name.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
bad-name.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
bad-pointer-type.rs Small tweaks to parser errors 2019-01-11 22:04:54 -08:00
bad-pointer-type.stderr Small tweaks to parser errors 2019-01-11 22:04:54 -08:00
bad-value-ident-false.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
bad-value-ident-false.stderr Update tests 2019-03-11 23:10:26 +03:00
bad-value-ident-true.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
bad-value-ident-true.stderr Update tests 2019-03-11 23:10:26 +03:00
better-expected.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
better-expected.stderr Update tests 2019-03-11 23:10:26 +03:00
bind-struct-early-modifiers.rs Do not complain about unmentioned fields in recovered patterns 2019-03-14 18:28:24 -07:00
bind-struct-early-modifiers.stderr Do not complain about unmentioned fields in recovered patterns 2019-03-14 18:28:24 -07:00
bound-single-question-mark.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
bound-single-question-mark.stderr Update tests 2019-03-11 23:10:26 +03:00
bounds-lifetime-1.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
bounds-lifetime-1.stderr Update tests 2019-03-11 23:10:26 +03:00
bounds-lifetime-2.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
bounds-lifetime-2.stderr Update tests 2019-03-11 23:10:26 +03:00
bounds-lifetime-where-1.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
bounds-lifetime-where-1.stderr Update tests 2019-03-11 23:10:26 +03:00
bounds-lifetime-where.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
bounds-lifetime-where.stderr Update tests 2019-03-11 23:10:26 +03:00
bounds-lifetime.rs Update tests 2019-02-07 15:02:17 +01:00
bounds-lifetime.stderr Update tests 2019-03-11 23:10:26 +03:00
bounds-obj-parens.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
bounds-type-where.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
bounds-type-where.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
bounds-type.rs Remove licenses 2018-12-25 21:08:33 -07:00
bounds-type.stderr Update tests 2019-03-11 23:10:26 +03:00
brace-after-qualified-path-in-match.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
brace-after-qualified-path-in-match.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
byte-literals.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
byte-literals.stderr compiletest: make path normalization smarter 2019-03-25 01:06:45 -04:00
byte-string-literals.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
byte-string-literals.stderr compiletest: make path normalization smarter 2019-03-25 01:06:45 -04:00
circular_modules_hello.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
circular_modules_main.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
circular_modules_main.stderr Update tests 2019-03-11 23:10:26 +03:00
class-implements-bad-trait.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
class-implements-bad-trait.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
closure-return-syntax.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
closure-return-syntax.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
column-offset-1-based.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
column-offset-1-based.stderr Update tests 2019-03-11 23:10:26 +03:00
default.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
default.stderr Update tests 2019-03-11 23:10:26 +03:00
do-catch-suggests-try.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
do-catch-suggests-try.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
doc-after-struct-field.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
doc-after-struct-field.stderr Remove licenses 2018-12-25 21:08:33 -07:00
doc-before-attr.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
doc-before-attr.stderr Update tests 2019-03-11 23:10:26 +03:00
doc-before-eof.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
doc-before-eof.stderr Update tests 2019-03-11 23:10:26 +03:00
doc-before-extern-rbrace.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
doc-before-extern-rbrace.stderr Fix tests 2019-01-21 04:52:30 +09:00
doc-before-fn-rbrace.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
doc-before-fn-rbrace.stderr Remove licenses 2018-12-25 21:08:33 -07:00
doc-before-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
doc-before-identifier.stderr Remove licenses 2018-12-25 21:08:33 -07:00
doc-before-mod-rbrace.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
doc-before-mod-rbrace.stderr Fix tests 2019-01-21 04:52:30 +09:00
doc-before-rbrace.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
doc-before-rbrace.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
doc-before-semi.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
doc-before-semi.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
doc-before-struct-rbrace-1.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
doc-before-struct-rbrace-1.stderr Remove licenses 2018-12-25 21:08:33 -07:00
doc-before-struct-rbrace-2.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
doc-before-struct-rbrace-2.stderr Remove licenses 2018-12-25 21:08:33 -07:00
doc-comment-in-if-statement.rs Use token description in "expected/found" parse messages 2018-10-28 16:05:50 -07:00
doc-comment-in-if-statement.stderr Use token description in "expected/found" parse messages 2018-10-28 16:05:50 -07:00
duplicate-visibility.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
duplicate-visibility.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
empty-impl-semicolon.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
empty-impl-semicolon.stderr Update tests 2019-03-11 23:10:26 +03:00
extern-crate-unexpected-token.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
extern-crate-unexpected-token.stderr Update tests 2019-03-11 23:10:26 +03:00
extern-expected-fn-or-brace.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
extern-expected-fn-or-brace.stderr Update tests 2019-03-11 23:10:26 +03:00
extern-foreign-crate.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
extern-foreign-crate.stderr Update tests 2019-03-11 23:10:26 +03:00
extern-no-fn.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
extern-no-fn.stderr Update tests 2019-03-11 23:10:26 +03:00
fn-arg-doc-comment.rs Produce targeted diagnostic when using doc comments on fn args 2018-10-28 11:38:50 -07:00
fn-arg-doc-comment.stderr Produce targeted diagnostic when using doc comments on fn args 2018-10-28 11:38:50 -07:00
if-in-in.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
if-in-in.stderr Update tests 2019-03-11 23:10:26 +03:00
impl-parsing.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
impl-parsing.stderr Update tests 2019-03-11 23:10:26 +03:00
impl-qpath.rs Remove licenses 2018-12-25 21:08:33 -07:00
import-from-path.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
import-from-path.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
import-from-rename.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
import-from-rename.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
import-glob-path.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
import-glob-path.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
import-glob-rename.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
import-glob-rename.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
inner-attr-after-doc-comment.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
inner-attr-after-doc-comment.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
inner-attr.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
inner-attr.stderr Update tests 2019-03-11 23:10:26 +03:00
int-literal-too-large-span.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
int-literal-too-large-span.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
inverted-parameters.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
inverted-parameters.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-1655.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-1655.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-1802-1.rs Continue evaluating after parsing incorrect binary literal 2019-01-11 19:56:41 -08:00
issue-1802-1.stderr Continue evaluating after parsing incorrect binary literal 2019-01-11 19:56:41 -08:00
issue-1802-2.rs Remove unrelated errors from parse stderr tests 2019-01-12 17:12:41 -08:00
issue-1802-2.stderr Remove unrelated errors from parse stderr tests 2019-01-12 17:12:41 -08:00
issue-2354-1.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-2354-1.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-2354.rs tweak wording based on in person feedback 2019-02-07 01:42:54 -08:00
issue-2354.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-3036.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-3036.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-5544-a.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-5544-a.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-5544-b.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-5544-b.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-5806.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-5806.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-6610.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-6610.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-8537.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-8537.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-10392-2.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-10392-2.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-10392.rs Do not complain about unmentioned fields in recovered patterns 2019-03-14 18:28:24 -07:00
issue-10392.stderr Do not complain about unmentioned fields in recovered patterns 2019-03-14 18:28:24 -07:00
issue-10636-1.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-10636-1.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-10636-2.rs Deduplicate mismatched delimiter errors 2019-02-07 01:41:30 -08:00
issue-10636-2.stderr tweak wording based on in person feedback 2019-02-07 01:42:54 -08:00
issue-14303-enum.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-14303-enum.stderr Update tests 2019-02-07 15:02:17 +01:00
issue-14303-fn-def.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-14303-fn-def.stderr Update tests 2019-02-07 15:02:17 +01:00
issue-14303-fncall.rs Update tests 2019-02-07 15:02:17 +01:00
issue-14303-fncall.stderr Update tests 2019-02-07 15:02:17 +01:00
issue-14303-impl.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-14303-impl.stderr Update tests 2019-02-07 15:02:17 +01:00
issue-14303-path.rs Update tests 2019-02-07 15:02:17 +01:00
issue-14303-path.stderr Update tests 2019-02-07 15:02:17 +01:00
issue-14303-struct.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-14303-struct.stderr Update tests 2019-02-07 15:02:17 +01:00
issue-14303-trait.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-14303-trait.stderr Update tests 2019-02-07 15:02:17 +01:00
issue-15914.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-15914.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-15980.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-15980.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-17383.rs Tweak incorrect discriminator value variant error 2019-01-11 23:12:29 -08:00
issue-17383.stderr Tweak incorrect discriminator value variant error 2019-01-11 23:12:29 -08:00
issue-17718-const-mut.rs Use structured suggestion in stead of notes 2019-01-20 21:41:25 -08:00
issue-17718-const-mut.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-17904-2.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-17904-2.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-17904.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-17904.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-19096.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-19096.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-19398.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-19398.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-20711-2.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-20711-2.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-20711.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-20711.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-21153.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-21153.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-22647.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-22647.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-22712.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-22712.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-23620-invalid-escapes.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-23620-invalid-escapes.stderr compiletest: make path normalization smarter 2019-03-25 01:06:45 -04:00
issue-24197.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-24197.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-24375.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-24375.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-24780.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-24780.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-27255.rs Continue evaluating after missing for in impl Trait for Foo 2019-01-11 20:58:51 -08:00
issue-27255.stderr Continue evaluating after missing for in impl Trait for Foo 2019-01-11 20:58:51 -08:00
issue-30318.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-30318.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-32214.rs Update tests 2019-02-07 15:02:17 +01:00
issue-32214.stderr Update tests 2019-02-07 15:02:17 +01:00
issue-32446.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-32446.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-32501.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-32501.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-32505.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-32505.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-33262.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-33262.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-33413.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-33413.stderr Remove licenses 2018-12-25 21:08:33 -07:00
issue-33418.fixed Tweak unsupported negative trait bounds message 2019-03-23 13:05:30 -07:00
issue-33418.rs Tweak unsupported negative trait bounds message 2019-03-23 13:05:30 -07:00
issue-33418.stderr Tweak unsupported negative trait bounds message 2019-03-23 13:05:30 -07:00
issue-33455.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-33455.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-41155.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-41155.stderr Update tests 2019-03-11 23:10:26 +03:00
issue-43692.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
issue-43692.stderr compiletest: make path normalization smarter 2019-03-25 01:06:45 -04:00
issue-59418.rs Add specific message for tuple struct invoked with suffixed numeric field name 2019-03-26 12:32:32 -07:00
issue-59418.stderr Add specific message for tuple struct invoked with suffixed numeric field name 2019-03-26 12:32:32 -07:00
keyword-abstract.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-abstract.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-as-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-as-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-box-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-box-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-break-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-break-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-const-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-const-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-continue-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-continue-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-else-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-else-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-enum-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-enum-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-final.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-final.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-fn-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-fn-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-for-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-for-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-if-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-if-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-impl-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-impl-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-in-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-in-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-let-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-let-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-loop-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-loop-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-match-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-match-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-mod-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-mod-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-move-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-move-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-mut-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-mut-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-override.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-override.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-pub-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-pub-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-ref-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-ref-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-return-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-return-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-static-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-static-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-struct-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-struct-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-trait-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-trait-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-try-as-identifier-edition2018.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-try-as-identifier-edition2018.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-type-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-type-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-typeof.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-typeof.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-unsafe-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-unsafe-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-use-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-use-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-where-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-where-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword-while-as-identifier.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword-while-as-identifier.stderr Update tests 2019-03-11 23:10:26 +03:00
keyword.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keyword.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keywords-followed-by-double-colon.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
keywords-followed-by-double-colon.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
lex-bad-binary-literal.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
lex-bad-binary-literal.stderr Update tests 2019-03-11 23:10:26 +03:00
lex-bad-char-literals-1.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
lex-bad-char-literals-1.stderr compiletest: make path normalization smarter 2019-03-25 01:06:45 -04:00
lex-bad-char-literals-2.rs [WIP] Fix tests 2019-01-20 04:37:58 +09:00
lex-bad-char-literals-2.stderr Update tests 2019-03-11 23:10:26 +03:00
lex-bad-char-literals-3.rs Remove whitespace 2019-01-20 14:59:10 +09:00
lex-bad-char-literals-3.stderr Remove whitespace 2019-01-20 14:59:10 +09:00
lex-bad-char-literals-4.rs [WIP] Fix tests 2019-01-20 04:37:58 +09:00
lex-bad-char-literals-4.stderr Update tests 2019-03-11 23:10:26 +03:00
lex-bad-char-literals-5.rs Fix tests 2019-01-20 14:53:28 +09:00
lex-bad-char-literals-5.stderr compiletest: make path normalization smarter 2019-03-25 01:06:45 -04:00
lex-bad-char-literals-6.rs Fix tests 2019-01-20 14:53:28 +09:00
lex-bad-char-literals-6.stderr Fix tests 2019-01-20 14:53:28 +09:00
lex-bad-numeric-literals.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
lex-bad-numeric-literals.stderr Update tests 2019-03-11 23:10:26 +03:00
lex-bad-octal-literal.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
lex-bad-octal-literal.stderr Update tests 2019-03-11 23:10:26 +03:00
lex-bad-token.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
lex-bad-token.stderr compiletest: make path normalization smarter 2019-03-25 01:06:45 -04:00
lex-bare-cr-string-literal-doc-comment.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
lex-bare-cr-string-literal-doc-comment.stderr compiletest: make path normalization smarter 2019-03-25 01:06:45 -04:00
lex-stray-backslash.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
lex-stray-backslash.stderr compiletest: make path normalization smarter 2019-03-25 01:06:45 -04:00
lifetime-in-pattern.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
lifetime-in-pattern.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
lifetime-semicolon.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
lifetime-semicolon.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
macro-bad-delimiter-ident.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
macro-bad-delimiter-ident.stderr Update tests 2019-03-11 23:10:26 +03:00
macro-keyword.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
macro-keyword.stderr Update tests 2019-03-11 23:10:26 +03:00
macro-mismatched-delim-brace-paren.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
macro-mismatched-delim-brace-paren.stderr Update tests 2019-03-11 23:10:26 +03:00
macro-mismatched-delim-paren-brace.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
macro-mismatched-delim-paren-brace.stderr Update tests 2019-03-11 23:10:26 +03:00
macros-no-semicolon-items.rs add suggestions to invalid macro item error 2019-03-13 15:24:36 -04:00
macros-no-semicolon-items.stderr add suggestions to invalid macro item error 2019-03-13 15:24:36 -04:00
macros-no-semicolon.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
macros-no-semicolon.stderr Update tests 2019-03-11 23:10:26 +03:00
match-arrows-block-then-binop.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
match-arrows-block-then-binop.stderr Update tests 2019-03-11 23:10:26 +03:00
match-refactor-to-expr.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
match-refactor-to-expr.stderr Update tests 2019-03-11 23:10:26 +03:00
match-vec-invalid.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
match-vec-invalid.stderr Update tests 2019-03-11 23:10:26 +03:00
mod_file_not_exist.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
mod_file_not_exist.stderr Update tests that don't run on my platform 2019-03-11 23:30:10 +03:00
mod_file_not_exist_windows.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
mod_file_not_exist_windows.stderr Update tests 2019-03-11 23:10:26 +03:00
mod_file_with_path_attr.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
mod_file_with_path_attr.stderr Update tests 2019-03-11 23:10:26 +03:00
multiline-comment-line-tracking.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
multiline-comment-line-tracking.stderr Update tests 2019-03-11 23:10:26 +03:00
multitrait.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
multitrait.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
mut-patterns.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
mut-patterns.stderr Update tests 2019-03-11 23:10:26 +03:00
new-unicode-escapes-1.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
new-unicode-escapes-1.stderr compiletest: make path normalization smarter 2019-03-25 01:06:45 -04:00
new-unicode-escapes-2.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
new-unicode-escapes-2.stderr compiletest: make path normalization smarter 2019-03-25 01:06:45 -04:00
new-unicode-escapes-3.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
new-unicode-escapes-3.stderr compiletest: make path normalization smarter 2019-03-25 01:06:45 -04:00
new-unicode-escapes-4.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
new-unicode-escapes-4.stderr compiletest: make path normalization smarter 2019-03-25 01:06:45 -04:00
no-binary-float-literal.rs Continue evaluating after incorrect float literal 2019-01-11 21:19:44 -08:00
no-binary-float-literal.stderr Add label for invalid literal suffix 2019-01-11 23:37:49 -08:00
no-hex-float-literal.rs Continue evaluating after incorrect float literal 2019-01-11 21:19:44 -08:00
no-hex-float-literal.stderr Add label for invalid literal suffix 2019-01-11 23:37:49 -08:00
no-unsafe-self.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
no-unsafe-self.stderr Update tests 2019-03-11 23:10:26 +03:00
not-a-pred.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
not-a-pred.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
numeric-lifetime.rs review comments 2019-03-09 11:08:51 -08:00
numeric-lifetime.stderr review comments 2019-03-09 11:08:51 -08:00
omitted-arg-in-item-fn.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
omitted-arg-in-item-fn.stderr Update tests 2019-03-11 23:10:26 +03:00
paamayim-nekudotayim.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
paamayim-nekudotayim.stderr Update tests 2019-03-11 23:10:26 +03:00
paren-after-qualified-path-in-match.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
paren-after-qualified-path-in-match.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
pat-lt-bracket-1.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
pat-lt-bracket-1.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
pat-lt-bracket-2.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
pat-lt-bracket-2.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
pat-lt-bracket-3.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
pat-lt-bracket-3.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
pat-lt-bracket-4.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
pat-lt-bracket-4.stderr Update tests 2019-03-11 23:10:26 +03:00
pat-lt-bracket-5.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
pat-lt-bracket-5.stderr Update tests 2019-03-11 23:10:26 +03:00
pat-lt-bracket-6.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
pat-lt-bracket-6.stderr Update tests 2019-03-11 23:10:26 +03:00
pat-lt-bracket-7.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
pat-lt-bracket-7.stderr Update tests 2019-03-11 23:10:26 +03:00
pat-ranges-1.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
pat-ranges-1.stderr Update tests 2019-03-11 23:10:26 +03:00
pat-ranges-2.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
pat-ranges-2.stderr Update tests 2019-03-11 23:10:26 +03:00
pat-ranges-3.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
pat-ranges-3.stderr Update tests 2019-03-11 23:10:26 +03:00
pat-ranges-4.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
pat-ranges-4.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
pat-ref-enum.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
pat-ref-enum.stderr Update tests 2019-03-11 23:10:26 +03:00
pat-tuple-1.rs revert change to test file as per review request 2019-03-29 06:41:15 -07:00
pat-tuple-1.stderr Update tests 2019-03-11 23:10:26 +03:00
pat-tuple-2.rs Remove unrelated errors from parse stderr tests 2019-01-12 17:12:41 -08:00
pat-tuple-2.stderr Remove unrelated errors from parse stderr tests 2019-01-12 17:12:41 -08:00
pat-tuple-3.rs Remove unrelated errors from parse stderr tests 2019-01-12 17:12:41 -08:00
pat-tuple-3.stderr Tweak incorrect escaped char diagnostic 2019-03-20 11:45:25 -07:00
pat-tuple-4.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
pat-tuple-4.stderr Update tests 2019-03-11 23:10:26 +03:00
pat-tuple-5.rs Recover from parse error in tuple syntax 2019-03-28 04:47:37 -07:00
pat-tuple-5.stderr Update tests 2019-03-11 23:10:26 +03:00
pub-method-macro.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
pub-method-macro.stderr Update tests 2019-03-11 23:10:26 +03:00
range-3.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
range-3.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
range-4.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
range-4.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
range_inclusive.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
range_inclusive.stderr Update tests 2019-03-11 23:10:26 +03:00
range_inclusive_dotdotdot.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
range_inclusive_dotdotdot.stderr Update tests 2019-03-11 23:10:26 +03:00
raw-byte-string-eof.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
raw-byte-string-eof.stderr Update tests 2019-03-11 23:10:26 +03:00
raw-byte-string-literals.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
raw-byte-string-literals.stderr compiletest: make path normalization smarter 2019-03-25 01:06:45 -04:00
raw-str-delim.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
raw-str-delim.stderr Update tests 2019-03-11 23:10:26 +03:00
raw-str-unbalanced.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
raw-str-unbalanced.stderr Update tests 2019-03-11 23:10:26 +03:00
raw-str-unterminated.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
raw-str-unterminated.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
recover-enum.rs Recover from missing comma between enum variants 2019-03-16 17:47:00 -07:00
recover-enum.stderr Recover from missing comma between enum variants 2019-03-16 17:47:00 -07:00
recover-enum2.rs Bail when encountering a second unexpected token in the same span 2019-03-06 18:45:59 -08:00
recover-enum2.stderr Update tests 2019-03-11 23:10:26 +03:00
recover-from-bad-variant.rs Recover from parse error in tuple syntax 2019-03-28 04:47:37 -07:00
recover-from-bad-variant.stderr fix text after rebase 2019-03-28 19:58:00 -07:00
recover-struct.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
recover-struct.stderr Update tests 2019-03-11 23:10:26 +03:00
recover-tuple-pat.rs Recover from parse error in tuple syntax 2019-03-28 04:47:37 -07:00
recover-tuple-pat.stderr Recover from parse error in tuple syntax 2019-03-28 04:47:37 -07:00
recover-tuple.rs Recover from parse error in tuple syntax 2019-03-28 04:47:37 -07:00
recover-tuple.stderr Recover from parse error in tuple syntax 2019-03-28 04:47:37 -07:00
recovered-struct-variant.rs Do not complain about non-existing fields after parse recovery 2019-03-17 20:09:53 -07:00
recovered-struct-variant.stderr Do not complain about non-existing fields after parse recovery 2019-03-17 20:09:53 -07:00
regions-out-of-scope-slice.rs Update comment in test which has changed its purpose 2019-01-27 08:59:58 -07:00
regions-out-of-scope-slice.stderr Update tests 2019-03-11 23:10:26 +03:00
removed-syntax-closure-lifetime.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
removed-syntax-closure-lifetime.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
removed-syntax-enum-newtype.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
removed-syntax-enum-newtype.stderr Update tests 2019-03-11 23:10:26 +03:00
removed-syntax-extern-const.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
removed-syntax-extern-const.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
removed-syntax-field-let.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
removed-syntax-field-let.stderr Address review comments 2018-12-31 08:24:00 -08:00
removed-syntax-field-semicolon.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
removed-syntax-field-semicolon.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
removed-syntax-fixed-vec.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
removed-syntax-fixed-vec.stderr Update tests 2019-03-11 23:10:26 +03:00
removed-syntax-fn-sigil.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
removed-syntax-fn-sigil.stderr Update tests 2019-03-11 23:10:26 +03:00
removed-syntax-mode.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
removed-syntax-mode.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
removed-syntax-mut-vec-expr.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
removed-syntax-mut-vec-expr.stderr Update tests 2019-03-11 23:10:26 +03:00
removed-syntax-mut-vec-ty.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
removed-syntax-mut-vec-ty.stderr Update tests 2019-03-11 23:10:26 +03:00
removed-syntax-ptr-lifetime.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
removed-syntax-ptr-lifetime.stderr Update tests 2019-03-11 23:10:26 +03:00
removed-syntax-record.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
removed-syntax-record.stderr Update tests 2019-03-11 23:10:26 +03:00
removed-syntax-static-fn.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
removed-syntax-static-fn.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
removed-syntax-uniq-mut-expr.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
removed-syntax-uniq-mut-expr.stderr Update tests 2019-03-11 23:10:26 +03:00
removed-syntax-uniq-mut-ty.rs Update tests 2019-02-07 15:02:17 +01:00
removed-syntax-uniq-mut-ty.stderr Update tests 2019-03-11 23:10:26 +03:00
removed-syntax-with-1.rs Accept more invalid code that is close to correct fields 2019-01-21 15:47:23 -08:00
removed-syntax-with-1.stderr Accept more invalid code that is close to correct fields 2019-01-21 15:47:23 -08:00
removed-syntax-with-2.rs Tweak field parse error recovery 2019-01-20 15:16:36 -08:00
removed-syntax-with-2.stderr Tweak field parse error recovery 2019-01-20 15:16:36 -08:00
require-parens-for-chained-comparison.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
require-parens-for-chained-comparison.stderr Better diagnostic for binary operation on BoxedValues 2019-03-27 13:13:09 -04:00
struct-field-numeric-shorthand.rs Recover from parse errors in struct literal fields 2019-01-20 00:37:06 -08:00
struct-field-numeric-shorthand.stderr Recover from parse errors in struct literal fields 2019-01-20 00:37:06 -08:00
struct-literal-in-for.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
struct-literal-in-for.stderr Reword type ascription note to reduce verbosity 2019-03-22 20:14:20 -07:00
struct-literal-in-if.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
struct-literal-in-if.stderr Reword type ascription note to reduce verbosity 2019-03-22 20:14:20 -07:00
struct-literal-in-match-discriminant.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
struct-literal-in-match-discriminant.stderr Update tests 2019-03-11 23:10:26 +03:00
struct-literal-in-while.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
struct-literal-in-while.stderr Reword type ascription note to reduce verbosity 2019-03-22 20:14:20 -07:00
struct-literal-restrictions-in-lamda.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
struct-literal-restrictions-in-lamda.stderr Reword type ascription note to reduce verbosity 2019-03-22 20:14:20 -07:00
tag-variant-disr-non-nullary.rs Remove unrelated errors from parse stderr tests 2019-01-12 17:12:41 -08:00
tag-variant-disr-non-nullary.stderr Update tests 2019-03-11 23:10:26 +03:00
trailing-carriage-return-in-string.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
trailing-carriage-return-in-string.stderr compiletest: make path normalization smarter 2019-03-25 01:06:45 -04:00
trailing-plus-in-bounds.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
trait-bounds-not-on-impl.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
trait-bounds-not-on-impl.stderr Update tests 2019-03-11 23:10:26 +03:00
trait-object-bad-parens.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
trait-object-bad-parens.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
trait-object-lifetime-parens.rs Recover from parse error in tuple syntax 2019-03-28 04:47:37 -07:00
trait-object-lifetime-parens.stderr Recover from parse error in tuple syntax 2019-03-28 04:47:37 -07:00
trait-object-polytrait-priority.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
trait-object-polytrait-priority.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
trait-object-trait-parens.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
trait-object-trait-parens.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
trait-plusequal-splitting.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
trait-pub-assoc-const.rs Recover from incorrect pub kw in "reasonable" places 2019-03-16 17:47:57 -07:00
trait-pub-assoc-const.stderr Recover from incorrect pub kw in "reasonable" places 2019-03-16 17:47:57 -07:00
trait-pub-assoc-ty.rs Recover from incorrect pub kw in "reasonable" places 2019-03-16 17:47:57 -07:00
trait-pub-assoc-ty.stderr Recover from incorrect pub kw in "reasonable" places 2019-03-16 17:47:57 -07:00
trait-pub-method.rs Recover from incorrect pub kw in "reasonable" places 2019-03-16 17:47:57 -07:00
trait-pub-method.stderr Recover from incorrect pub kw in "reasonable" places 2019-03-16 17:47:57 -07:00
type-parameters-in-field-exprs.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
type-parameters-in-field-exprs.stderr Suggest usage of angle brackets 2019-01-19 19:39:58 -08:00
unbalanced-doublequote.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
unbalanced-doublequote.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
unclosed-braces.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
unclosed-braces.stderr Update tests 2019-03-11 23:10:26 +03:00
unclosed-delimiter-in-dep.rs Add regression test for #58886 2019-03-06 18:46:11 -08:00
unclosed-delimiter-in-dep.stderr Add regression test for #58886 2019-03-06 18:46:11 -08:00
unclosed_delim_mod.rs Add regression test for #58886 2019-03-06 18:46:11 -08:00
unclosed_delim_mod.stderr Add regression test for #58886 2019-03-06 18:46:11 -08:00
underscore-suffix-for-float.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
underscore-suffix-for-float.stderr Update tests 2019-03-11 23:10:26 +03:00
underscore-suffix-for-string.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
underscore-suffix-for-string.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
underscore_static.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
underscore_static.stderr Update tests 2019-03-11 23:10:26 +03:00
unicode-chars.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
unicode-chars.stderr compiletest: make path normalization smarter 2019-03-25 01:06:45 -04:00
unicode-quote-chars.rs ui test for directed quote help suggestion #58436 2019-02-16 20:56:12 -05:00
unicode-quote-chars.stderr compiletest: make path normalization smarter 2019-03-25 01:06:45 -04:00
unmatched-delimiter-at-end-of-file.rs Do not point at delim spans for complete correct blocks 2018-12-17 10:22:49 -08:00
unmatched-delimiter-at-end-of-file.stderr Update tests 2019-03-11 23:10:26 +03:00
unsized.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
unsized.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
unsized2.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
unsized2.stderr Update tests 2019-03-11 23:10:26 +03:00
use-as-where-use-ends-with-mod-sep.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
use-as-where-use-ends-with-mod-sep.stderr Update tests 2019-03-11 23:10:26 +03:00
use-ends-with-mod-sep.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
use-ends-with-mod-sep.stderr Update tests 2019-03-11 23:10:26 +03:00
variadic-ffi-3.rs Rename variadic to c_variadic 2019-02-27 10:21:54 -05:00
variadic-ffi-3.stderr Rename variadic to c_variadic 2019-02-27 10:21:54 -05:00
variadic-ffi-4.rs Rename variadic to c_variadic 2019-02-27 10:21:54 -05:00
variadic-ffi-4.stderr Rename variadic to c_variadic 2019-02-27 10:21:54 -05:00
virtual-structs.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
virtual-structs.stderr tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
where-clauses-no-bounds-or-predicates.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
where-clauses-no-bounds-or-predicates.stderr Remove licenses 2018-12-25 21:08:33 -07:00
where_with_bound.rs Continue evaluating after type argument in where clause 2019-01-11 21:05:48 -08:00
where_with_bound.stderr Continue evaluating after type argument in where clause 2019-01-11 21:05:48 -08:00
wrong-escape-of-curly-braces.rs tests: Do not use -Z parse-only, continue compilation to test recovery 2019-01-06 22:20:46 +03:00
wrong-escape-of-curly-braces.stderr compiletest: make path normalization smarter 2019-03-25 01:06:45 -04:00