rust/src/test/ui/parser
2022-09-29 00:34:31 +08:00
..
char
issues improve E0585 help 2022-09-29 00:34:31 +08:00
macro add a label to struct/enum/union ident name 2022-09-27 10:28:50 +09:00
mismatched-braces add a label to struct/enum/union ident name 2022-09-27 10:28:50 +09:00
raw Better handle too many # recovery in raw str 2022-04-23 19:51:11 -07:00
shebang
ascii-only-character-escape.rs
ascii-only-character-escape.stderr
assoc-const-underscore-semantic-fail.rs
assoc-const-underscore-semantic-fail.stderr
assoc-const-underscore-syntactic-pass.rs
assoc-oddities-1.rs
assoc-oddities-1.stderr
assoc-oddities-2.rs
assoc-oddities-2.stderr
assoc-static-semantic-fail.rs
assoc-static-semantic-fail.stderr
assoc-static-syntactic-fail.rs
assoc-static-syntactic-fail.stderr
assoc-type-in-type-arg.rs
assoc-type-in-type-arg.stderr
associated-types-project-from-hrtb-explicit.rs
associated-types-project-from-hrtb-explicit.stderr
attr-bad-meta-2.rs
attr-bad-meta-2.stderr
attr-bad-meta-3.rs
attr-bad-meta-3.stderr
attr-bad-meta.rs
attr-bad-meta.stderr
attr-before-eof.rs
attr-before-eof.stderr
attr-dangling-in-fn.rs
attr-dangling-in-fn.stderr
attr-dangling-in-mod.rs
attr-dangling-in-mod.stderr
attr-stmt-expr-attr-bad.rs
attr-stmt-expr-attr-bad.stderr diagnostics: fix trailing space 2022-06-16 14:40:28 +03:00
attr-with-a-semicolon.rs
attr-with-a-semicolon.stderr diagnostics: fix trailing space 2022-06-16 14:40:28 +03:00
attr.rs Stop flagging certain inner attrs as outer ones 2022-04-06 19:54:05 +02:00
attr.stderr diagnostics: fix trailing space 2022-06-16 14:40:28 +03:00
attribute-with-no-generics-in-parameter-list.rs
attribute-with-no-generics-in-parameter-list.stderr
attrs-after-extern-mod.rs
attrs-after-extern-mod.stderr
bad-char-literals.rs
bad-char-literals.stderr
bad-crate-name.rs
bad-crate-name.stderr
bad-escape-suggest-raw-string.rs
bad-escape-suggest-raw-string.stderr
bad-fn-ptr-qualifier.fixed
bad-fn-ptr-qualifier.rs
bad-fn-ptr-qualifier.stderr
bad-if-statements.rs Improve parsing errors and suggestions for bad if statements 2022-06-13 20:53:48 -07:00
bad-if-statements.stderr Improve parsing errors and suggestions for bad if statements 2022-06-13 20:53:48 -07:00
bad-interpolated-block.rs Stabilize #![feature(label_break_value)] 2022-08-23 21:14:12 -05:00
bad-interpolated-block.stderr Stabilize #![feature(label_break_value)] 2022-08-23 21:14:12 -05:00
bad-lit-suffixes.rs Migrate "invalid literal suffix" diagnostic to diagnostic structs 2022-09-27 20:29:18 +02:00
bad-lit-suffixes.stderr Migrate "invalid literal suffix" diagnostic to diagnostic structs 2022-09-27 20:29:18 +02:00
bad-match.rs
bad-match.stderr
bad-name.rs
bad-name.stderr
bad-pointer-type.rs Structured suggestion for missing mut/const in pointer 2022-09-27 02:47:07 +00:00
bad-pointer-type.stderr Structured suggestion for missing mut/const in pointer 2022-09-27 02:47:07 +00:00
bad-struct-following-where.rs
bad-struct-following-where.stderr
bad-value-ident-false.rs
bad-value-ident-false.stderr
bad-value-ident-true.rs
bad-value-ident-true.stderr
bare-struct-body.rs
bare-struct-body.stderr
bastion-of-the-turbofish.rs
better-expected.rs
better-expected.stderr
bind-struct-early-modifiers.rs
bind-struct-early-modifiers.stderr
block-no-opening-brace.rs
block-no-opening-brace.stderr
bound-single-question-mark.rs
bound-single-question-mark.stderr
bounds-lifetime-1.rs
bounds-lifetime-1.stderr
bounds-lifetime-2.rs
bounds-lifetime-2.stderr
bounds-lifetime-where-1.rs
bounds-lifetime-where-1.stderr
bounds-lifetime-where.rs
bounds-lifetime-where.stderr
bounds-lifetime.rs
bounds-lifetime.stderr
bounds-obj-parens.rs Make some tests check-pass 2022-05-28 18:57:02 +09:00
bounds-type-where.rs
bounds-type-where.stderr
bounds-type.rs
bounds-type.stderr
byte-literals.rs
byte-literals.stderr
byte-string-literals.rs
byte-string-literals.stderr
can-begin-expr-check.rs Improves parser diagnostics, fixes #93867 2022-06-12 17:48:52 +02:00
can-begin-expr-check.stderr Improves parser diagnostics, fixes #93867 2022-06-12 17:48:52 +02:00
chained-comparison-suggestion.rs
chained-comparison-suggestion.stderr
circular_modules_hello.rs
circular_modules_main.rs
circular_modules_main.stderr diagnostics: fix trailing space 2022-06-16 14:40:28 +03:00
class-implements-bad-trait.rs
class-implements-bad-trait.stderr
closure-return-syntax.rs
closure-return-syntax.stderr
column-offset-1-based.rs
column-offset-1-based.stderr
const-param-decl-on-type-instead-of-impl.rs
const-param-decl-on-type-instead-of-impl.stderr
constraints-before-generic-args-syntactic-pass.rs Reenable early feature-gates as future-compat warnings 2022-08-17 06:53:18 -05:00
constraints-before-generic-args-syntactic-pass.stderr Reenable early feature-gates as future-compat warnings 2022-08-17 06:53:18 -05:00
default-on-wrong-item-kind.rs
default-on-wrong-item-kind.stderr
default-unmatched-assoc.rs
default-unmatched-assoc.stderr
default-unmatched-extern.rs
default-unmatched-extern.stderr
default-unmatched.rs
default-unmatched.stderr
default.rs
default.stderr
do-catch-suggests-try.rs
do-catch-suggests-try.stderr
do-not-suggest-semicolon-before-array.rs do not suggest a semicolon for a macro without ! 2022-09-07 03:59:47 +09:00
do-not-suggest-semicolon-before-array.stderr do not suggest a semicolon for a macro without ! 2022-09-07 03:59:47 +09:00
do-not-suggest-semicolon-between-macro-without-exclamation-mark-and-array.rs do not suggest a semicolon for a macro without ! 2022-09-07 03:59:47 +09:00
do-not-suggest-semicolon-between-macro-without-exclamation-mark-and-array.stderr do not suggest a semicolon for a macro without ! 2022-09-07 03:59:47 +09:00
doc-after-struct-field.rs improve E0585 help 2022-09-29 00:34:31 +08:00
doc-after-struct-field.stderr improve E0585 help 2022-09-29 00:34:31 +08:00
doc-before-attr.rs
doc-before-attr.stderr
doc-before-eof.rs
doc-before-eof.stderr
doc-before-extern-rbrace.rs
doc-before-extern-rbrace.stderr improve E0585 help 2022-09-29 00:34:31 +08:00
doc-before-fn-rbrace.rs improve E0585 help 2022-09-29 00:34:31 +08:00
doc-before-fn-rbrace.stderr improve E0585 help 2022-09-29 00:34:31 +08:00
doc-before-identifier.rs
doc-before-identifier.stderr
doc-before-mod-rbrace.rs
doc-before-mod-rbrace.stderr
doc-before-rbrace.rs improve E0585 help 2022-09-29 00:34:31 +08:00
doc-before-rbrace.stderr improve E0585 help 2022-09-29 00:34:31 +08:00
doc-before-semi.rs improve E0585 help 2022-09-29 00:34:31 +08:00
doc-before-semi.stderr improve E0585 help 2022-09-29 00:34:31 +08:00
doc-before-struct-rbrace-1.rs improve E0585 help 2022-09-29 00:34:31 +08:00
doc-before-struct-rbrace-1.stderr improve E0585 help 2022-09-29 00:34:31 +08:00
doc-before-struct-rbrace-2.rs improve E0585 help 2022-09-29 00:34:31 +08:00
doc-before-struct-rbrace-2.stderr improve E0585 help 2022-09-29 00:34:31 +08:00
doc-comment-in-if-statement.rs
doc-comment-in-if-statement.stderr diagnostics: fix trailing space 2022-06-16 14:40:28 +03:00
doc-comment-in-stmt.rs
doc-comment-in-stmt.stderr
doc-inside-trait-item.rs
doc-inside-trait-item.stderr improve E0585 help 2022-09-29 00:34:31 +08:00
dotdotdot-expr.rs
dotdotdot-expr.stderr
double-pointer.rs Structured suggestion for missing mut/const in pointer 2022-09-27 02:47:07 +00:00
double-pointer.stderr Structured suggestion for missing mut/const in pointer 2022-09-27 02:47:07 +00:00
duplicate-visibility.rs Improves parser diagnostics, fixes #93867 2022-06-12 17:48:52 +02:00
duplicate-visibility.stderr Improves parser diagnostics, fixes #93867 2022-06-12 17:48:52 +02:00
duplicate-where-clauses.rs
duplicate-where-clauses.stderr
dyn-trait-compatibility.rs
dyn-trait-compatibility.stderr
else-no-if.rs Parse expression after else as a condition if followed by { 2022-05-23 21:09:35 -07:00
else-no-if.stderr Minor improvement on else-no-if diagnostic 2022-05-24 15:22:13 -07:00
emoji-identifiers.rs
emoji-identifiers.stderr Track implicit Sized obligations in type params 2022-07-07 12:15:12 -07:00
empty-impl-semicolon.rs Recover some items that expect braces and don't take semicolons 2022-09-25 22:34:25 +00:00
empty-impl-semicolon.stderr Recover some items that expect braces and don't take semicolons 2022-09-25 22:34:25 +00:00
expr-as-stmt-2.rs
expr-as-stmt-2.stderr diagnostics: fix trailing space 2022-06-16 14:40:28 +03:00
expr-as-stmt.fixed
expr-as-stmt.rs
expr-as-stmt.stderr Shorten span for closures. 2022-07-07 09:27:42 +02:00
extern-abi-from-mac-literal-frag.rs
extern-abi-raw-strings.rs
extern-abi-string-escaping.rs
extern-abi-syntactic.rs
extern-crate-async.rs
extern-crate-unexpected-token.rs
extern-crate-unexpected-token.stderr
extern-expected-fn-or-brace.rs
extern-expected-fn-or-brace.stderr
extern-foreign-crate.rs
extern-foreign-crate.stderr
extern-no-fn.rs
extern-no-fn.stderr
float-field-interpolated.rs
float-field-interpolated.stderr
float-field.rs
float-field.stderr
float-literals.rs
fn-arg-doc-comment.rs Implementation for 65853 2022-04-16 02:26:56 -04:00
fn-arg-doc-comment.stderr Implementation for 65853 2022-04-16 02:26:56 -04:00
fn-body-eq-expr-semi.rs
fn-body-eq-expr-semi.stderr
fn-body-optional-semantic-fail.rs
fn-body-optional-semantic-fail.stderr
fn-body-optional-syntactic-pass.rs
fn-colon-return-type.rs
fn-colon-return-type.stderr
fn-defined-using-def.rs added improved diagnostic for a function defined with an invalid qualifier 2022-08-18 16:14:04 -05:00
fn-defined-using-def.stderr added improved diagnostic for a function defined with an invalid qualifier 2022-08-18 16:14:04 -05:00
fn-defined-using-fun.rs added improved diagnostic for a function defined with an invalid qualifier 2022-08-18 16:14:04 -05:00
fn-defined-using-fun.stderr added improved diagnostic for a function defined with an invalid qualifier 2022-08-18 16:14:04 -05:00
fn-defined-using-func.rs added improved diagnostic for a function defined with an invalid qualifier 2022-08-18 16:14:04 -05:00
fn-defined-using-func.stderr added improved diagnostic for a function defined with an invalid qualifier 2022-08-18 16:14:04 -05:00
fn-defined-using-function.rs added improved diagnostic for a function defined with an invalid qualifier 2022-08-18 16:14:04 -05:00
fn-defined-using-function.stderr added improved diagnostic for a function defined with an invalid qualifier 2022-08-18 16:14:04 -05:00
fn-field-parse-error-ice.rs
fn-field-parse-error-ice.stderr add a label to struct/enum/union ident name 2022-09-27 10:28:50 +09:00
fn-header-semantic-fail.rs Bless tests, fix ICE with ImplTraitPlaceholder 2022-09-09 01:31:45 +00:00
fn-header-semantic-fail.stderr Split out async_fn_in_trait into a separate feature 2022-09-21 19:26:23 -07:00
fn-header-syntactic-pass.rs
fn-returns-fn-pointer.rs
foreign-const-semantic-fail.rs
foreign-const-semantic-fail.stderr
foreign-const-syntactic-fail.rs
foreign-const-syntactic-fail.stderr
foreign-static-semantic-fail.rs
foreign-static-semantic-fail.stderr
foreign-static-syntactic-pass.rs
foreign-ty-semantic-fail.rs
foreign-ty-semantic-fail.stderr
foreign-ty-syntactic-pass.rs
if-block-unreachable-expr.rs Improve parsing errors and suggestions for bad if statements 2022-06-13 20:53:48 -07:00
if-in-in.fixed
if-in-in.rs
if-in-in.stderr
impl-item-const-pass.rs
impl-item-const-semantic-fail.rs
impl-item-const-semantic-fail.stderr
impl-item-fn-no-body-pass.rs
impl-item-fn-no-body-semantic-fail.rs
impl-item-fn-no-body-semantic-fail.stderr
impl-item-type-no-body-pass.rs
impl-item-type-no-body-semantic-fail.rs Stabilize GATs 2022-08-30 23:06:24 -04:00
impl-item-type-no-body-semantic-fail.stderr Stabilize GATs 2022-08-30 23:06:24 -04:00
impl-parsing.rs
impl-parsing.stderr
impl-qpath.rs Make some tests check-pass 2022-05-28 18:57:02 +09:00
import-from-path.rs
import-from-path.stderr
import-from-rename.rs
import-from-rename.stderr
import-glob-path.rs
import-glob-path.stderr
import-glob-rename.rs
import-glob-rename.stderr
increment-autofix.fixed Fix from rebase 2022-03-27 13:54:34 -07:00
increment-autofix.rs Fix from rebase 2022-03-27 13:54:34 -07:00
increment-autofix.stderr diagnostics: fix trailing space 2022-06-16 14:40:28 +03:00
increment-notfixed.rs Fix from rebase 2022-03-27 13:54:34 -07:00
increment-notfixed.stderr A SubstitutionPart is not a deletion if it replaces nothing with nothing 2022-09-12 22:08:30 +00:00
inner-attr-after-doc-comment.rs
inner-attr-after-doc-comment.stderr Rework "inner attribute not permitted" errors 2022-09-27 20:29:19 +02:00
inner-attr-in-trait-def.rs
inner-attr.rs
inner-attr.stderr fix one more case of trailing space 2022-06-16 14:40:29 +03:00
int-literal-too-large-span.rs
int-literal-too-large-span.stderr
intersection-patterns.rs
intersection-patterns.stderr
inverted-parameters.rs
inverted-parameters.stderr
issue-61858.rs Move some tests to more reasonable directories 2022-04-21 12:24:26 -03:00
issue-61858.stderr Improve parsing errors and suggestions for bad if statements 2022-06-13 20:53:48 -07:00
issue-68091-unicode-ident-after-if.rs Improve parsing errors and suggestions for bad if statements 2022-06-13 20:53:48 -07:00
issue-68091-unicode-ident-after-if.stderr Improve parsing errors and suggestions for bad if statements 2022-06-13 20:53:48 -07:00
issue-68092-unicode-ident-after-incomplete-expr.rs Move some tests to more reasonable places 2022-05-28 18:38:34 -03:00
issue-68092-unicode-ident-after-incomplete-expr.stderr Move some tests to more reasonable places 2022-05-28 18:38:34 -03:00
issue-81804.rs Add regression test for #81804 2022-05-16 19:34:30 +09:00
issue-81804.stderr Add regression test for #81804 2022-05-16 19:34:30 +09:00
issue-81827.rs Add regression test for #81827 2022-05-21 02:17:29 +09:00
issue-81827.stderr Add regression test for #81827 2022-05-21 02:17:29 +09:00
issue-87694-duplicated-pub.rs
issue-87694-duplicated-pub.stderr
issue-87694-misplaced-pub.rs
issue-87694-misplaced-pub.stderr
issue-90728.rs
issue-90728.stderr
issue-91421.rs Improve parsing errors and suggestions for bad if statements 2022-06-13 20:53:48 -07:00
issue-91421.stderr Improve parsing errors and suggestions for bad if statements 2022-06-13 20:53:48 -07:00
issue-99625-enum-struct-mutually-exclusive.fixed Add ui test for #99625 2022-07-29 13:57:04 +03:00
issue-99625-enum-struct-mutually-exclusive.rs Add ui test for #99625 2022-07-29 13:57:04 +03:00
issue-99625-enum-struct-mutually-exclusive.stderr Add ui test for #99625 2022-07-29 13:57:04 +03:00
issue-99910-const-let-mutually-exclusive.fixed Add ui test for #99910 2022-08-04 01:23:24 +03:00
issue-99910-const-let-mutually-exclusive.rs Add ui test for #99910 2022-08-04 01:23:24 +03:00
issue-99910-const-let-mutually-exclusive.stderr Add ui test for #99910 2022-08-04 01:23:24 +03:00
issue-100197-mut-let.fixed Add ui test for #100197 2022-08-09 00:55:48 +03:00
issue-100197-mut-let.rs Add ui test for #100197 2022-08-09 00:55:48 +03:00
issue-100197-mut-let.stderr Add ui test for #100197 2022-08-09 00:55:48 +03:00
issue-101477-enum.fixed fixes #101477: Recover from typo where == is used in place of = 2022-09-08 15:14:18 +08:00
issue-101477-enum.rs fixes #101477: Recover from typo where == is used in place of = 2022-09-08 15:14:18 +08:00
issue-101477-enum.stderr fixes #101477: Recover from typo where == is used in place of = 2022-09-08 15:14:18 +08:00
issue-101477-let.fixed fixes #101477: Recover from typo where == is used in place of = 2022-09-08 15:14:18 +08:00
issue-101477-let.rs fixes #101477: Recover from typo where == is used in place of = 2022-09-08 15:14:18 +08:00
issue-101477-let.stderr fixes #101477: Recover from typo where == is used in place of = 2022-09-08 15:14:18 +08:00
item-free-const-no-body-semantic-fail.rs
item-free-const-no-body-semantic-fail.stderr Improve diagnostics for const a: = expr; 2022-08-05 16:19:28 +04:00
item-free-const-no-body-syntactic-pass.rs
item-free-static-no-body-semantic-fail.rs
item-free-static-no-body-semantic-fail.stderr Improve diagnostics for const a: = expr; 2022-08-05 16:19:28 +04:00
item-free-static-no-body-syntactic-pass.rs
item-free-type-bounds-semantic-fail.rs
item-free-type-bounds-semantic-fail.stderr
item-free-type-bounds-syntactic-pass.rs
item-needs-block.rs Recover some items that expect braces and don't take semicolons 2022-09-25 22:34:25 +00:00
item-needs-block.stderr Recover some items that expect braces and don't take semicolons 2022-09-25 22:34:25 +00:00
keyword-abstract.rs
keyword-abstract.stderr
keyword-as-as-identifier.rs
keyword-as-as-identifier.stderr
keyword-box-as-identifier.rs Suggest escaping box as identifier 2022-06-08 06:17:25 +00:00
keyword-box-as-identifier.stderr Suggest escaping box as identifier 2022-06-08 06:17:25 +00:00
keyword-break-as-identifier.rs
keyword-break-as-identifier.stderr
keyword-const-as-identifier.rs
keyword-const-as-identifier.stderr
keyword-continue-as-identifier.rs
keyword-continue-as-identifier.stderr
keyword-else-as-identifier.rs
keyword-else-as-identifier.stderr
keyword-enum-as-identifier.rs
keyword-enum-as-identifier.stderr
keyword-final.rs
keyword-final.stderr
keyword-fn-as-identifier.rs
keyword-fn-as-identifier.stderr
keyword-for-as-identifier.rs
keyword-for-as-identifier.stderr
keyword-if-as-identifier.rs
keyword-if-as-identifier.stderr
keyword-impl-as-identifier.rs
keyword-impl-as-identifier.stderr
keyword-in-as-identifier.rs
keyword-in-as-identifier.stderr
keyword-let-as-identifier.rs
keyword-let-as-identifier.stderr
keyword-loop-as-identifier.rs
keyword-loop-as-identifier.stderr
keyword-match-as-identifier.rs
keyword-match-as-identifier.stderr
keyword-mod-as-identifier.rs
keyword-mod-as-identifier.stderr
keyword-move-as-identifier.rs
keyword-move-as-identifier.stderr
keyword-mut-as-identifier.rs
keyword-mut-as-identifier.stderr
keyword-override.rs
keyword-override.stderr
keyword-pub-as-identifier.rs
keyword-pub-as-identifier.stderr
keyword-ref-as-identifier.rs
keyword-ref-as-identifier.stderr
keyword-return-as-identifier.rs
keyword-return-as-identifier.stderr
keyword-static-as-identifier.rs
keyword-static-as-identifier.stderr
keyword-struct-as-identifier.rs
keyword-struct-as-identifier.stderr
keyword-trait-as-identifier.rs
keyword-trait-as-identifier.stderr
keyword-try-as-identifier-edition2018.rs
keyword-try-as-identifier-edition2018.stderr
keyword-type-as-identifier.rs
keyword-type-as-identifier.stderr
keyword-typeof.rs
keyword-typeof.stderr
keyword-unsafe-as-identifier.rs
keyword-unsafe-as-identifier.stderr
keyword-use-as-identifier.rs
keyword-use-as-identifier.stderr
keyword-where-as-identifier.rs
keyword-where-as-identifier.stderr
keyword-while-as-identifier.rs
keyword-while-as-identifier.stderr
keyword.rs
keyword.stderr
keywords-followed-by-double-colon.rs
keywords-followed-by-double-colon.stderr
kw-in-trait-bounds.rs add a silly test for keywords in trait bounds recovery 2022-07-29 23:28:31 +04:00
kw-in-trait-bounds.stderr add a silly test for keywords in trait bounds recovery 2022-07-29 23:28:31 +04:00
labeled-no-colon-expr.rs Stabilize #![feature(label_break_value)] 2022-08-23 21:14:12 -05:00
labeled-no-colon-expr.stderr Stabilize #![feature(label_break_value)] 2022-08-23 21:14:12 -05:00
let-binop.fixed
let-binop.rs
let-binop.stderr
lifetime_starts_expressions.rs
lifetime_starts_expressions.stderr
lifetime-in-pattern-recover.rs
lifetime-in-pattern-recover.stderr
lifetime-in-pattern.rs
lifetime-in-pattern.stderr
lifetime-semicolon.fixed Improves parser diagnostics, fixes #93867 2022-06-12 17:48:52 +02:00
lifetime-semicolon.rs Improves parser diagnostics, fixes #93867 2022-06-12 17:48:52 +02:00
lifetime-semicolon.stderr Improves parser diagnostics, fixes #93867 2022-06-12 17:48:52 +02:00
macro-bad-delimiter-ident.rs
macro-bad-delimiter-ident.stderr
macro-braces-dot-question.rs
macro-keyword.rs
macro-keyword.stderr
macro-mismatched-delim-brace-paren.rs
macro-mismatched-delim-brace-paren.stderr
macro-mismatched-delim-paren-brace.rs
macro-mismatched-delim-paren-brace.stderr
macros-no-semicolon-items.rs
macros-no-semicolon-items.stderr
macros-no-semicolon.rs
macros-no-semicolon.stderr
match-arm-without-braces.rs Recover missing comma after match arm 2022-06-07 02:19:51 -07:00
match-arm-without-braces.stderr Recover missing comma after match arm 2022-06-07 02:19:51 -07:00
match-arrows-block-then-binop.rs
match-arrows-block-then-binop.stderr
match-refactor-to-expr.fixed
match-refactor-to-expr.rs
match-refactor-to-expr.stderr
mbe_missing_right_paren.rs
mbe_missing_right_paren.stderr
mismatched-delim-brace-empty-block.rs
mismatched-delim-brace-empty-block.stderr fix one more case of trailing space 2022-06-16 14:40:29 +03:00
missing_right_paren.rs
missing_right_paren.stderr
missing-closing-angle-bracket-eq-constraint.rs
missing-closing-angle-bracket-eq-constraint.stderr add new emit_inference_failure_err 2022-06-02 10:19:15 +02:00
missing-closing-angle-bracket-struct-field-ty.rs Provide suggestion for missing > in a type parameter list 2022-03-27 02:50:04 +00:00
missing-closing-angle-bracket-struct-field-ty.stderr add a label to struct/enum/union ident name 2022-09-27 10:28:50 +09:00
missing-semicolon.rs
missing-semicolon.stderr
misspelled-macro-rules.fixed
misspelled-macro-rules.rs
misspelled-macro-rules.stderr
mod_file_not_exist_windows.rs
mod_file_not_exist_windows.stderr
mod_file_not_exist.rs
mod_file_not_exist.stderr
mod_file_with_path_attr.rs
mod_file_with_path_attr.stderr
multibyte-char-use-seperator-issue-80134.rs
multibyte-char-use-seperator-issue-80134.stderr
multiline-comment-line-tracking.rs
multiline-comment-line-tracking.stderr
multitrait.rs
multitrait.stderr
mut-patterns.rs
mut-patterns.stderr
nested-missing-closing-angle-bracket.rs
nested-missing-closing-angle-bracket.stderr
new-unicode-escapes-1.rs
new-unicode-escapes-1.stderr
new-unicode-escapes-2.rs
new-unicode-escapes-2.stderr
new-unicode-escapes-3.rs
new-unicode-escapes-3.stderr
new-unicode-escapes-4.rs
new-unicode-escapes-4.stderr
no-binary-float-literal.rs
no-binary-float-literal.stderr
no-const-fn-in-extern-block.rs
no-const-fn-in-extern-block.stderr
no-hex-float-literal.rs
no-hex-float-literal.stderr
no-unsafe-self.rs
no-unsafe-self.stderr
not-a-pred.rs
not-a-pred.stderr
nt-parsing-has-recovery.rs
nt-parsing-has-recovery.stderr
numeric-lifetime.rs
numeric-lifetime.stderr
obsolete-syntax-impl-for-dotdot.rs
obsolete-syntax-impl-for-dotdot.stderr
old-suffixes-are-really-forbidden.rs
old-suffixes-are-really-forbidden.stderr
omitted-arg-in-item-fn.rs
omitted-arg-in-item-fn.stderr
operator-associativity.rs
paamayim-nekudotayim.rs
paamayim-nekudotayim.stderr
parse-assoc-type-lt.rs
parse-error-correct.rs
parse-error-correct.stderr
parse-panic.rs
parser-recovery-1.rs
parser-recovery-1.stderr
parser-recovery-2.rs
parser-recovery-2.stderr
parser-unicode-whitespace.rs
pat-lt-bracket-1.rs
pat-lt-bracket-1.stderr
pat-lt-bracket-2.rs
pat-lt-bracket-2.stderr
pat-lt-bracket-3.rs
pat-lt-bracket-3.stderr
pat-lt-bracket-4.rs
pat-lt-bracket-4.stderr
pat-lt-bracket-5.rs
pat-lt-bracket-5.stderr
pat-lt-bracket-6.rs
pat-lt-bracket-6.stderr
pat-lt-bracket-7.rs
pat-lt-bracket-7.stderr
pat-ranges-1.rs
pat-ranges-1.stderr
pat-ranges-2.rs
pat-ranges-2.stderr
pat-ranges-3.rs
pat-ranges-3.stderr
pat-ranges-4.rs
pat-ranges-4.stderr
pat-ref-enum.rs
pat-ref-enum.stderr
pat-tuple-1.rs
pat-tuple-1.stderr
pat-tuple-2.rs
pat-tuple-3.rs
pat-tuple-3.stderr
pub-method-macro.rs
pub-method-macro.stderr
public-instead-of-pub-1.fixed parser will not give wrong help message for 'public' 2022-08-23 17:02:40 +08:00
public-instead-of-pub-1.rs parser will not give wrong help message for 'public' 2022-08-23 17:02:40 +08:00
public-instead-of-pub-1.stderr parser will not give wrong help message for 'public' 2022-08-23 17:02:40 +08:00
public-instead-of-pub-2.rs parser will not give wrong help message for 'public' 2022-08-23 17:02:40 +08:00
public-instead-of-pub-2.stderr parser will not give wrong help message for 'public' 2022-08-23 17:02:40 +08:00
public-instead-of-pub-3.fixed fix #101626, suggest pub instead of public for const type item 2022-09-11 08:29:38 +08:00
public-instead-of-pub-3.rs fix #101626, suggest pub instead of public for const type item 2022-09-11 08:29:38 +08:00
public-instead-of-pub-3.stderr fix #101626, suggest pub instead of public for const type item 2022-09-11 08:29:38 +08:00
public-instead-of-pub.fixed Add diagnostic when using public instead of pub 2022-07-29 19:21:30 +05:30
public-instead-of-pub.rs Add diagnostic when using public instead of pub 2022-07-29 19:21:30 +05:30
public-instead-of-pub.stderr Add diagnostic when using public instead of pub 2022-07-29 19:21:30 +05:30
qualified-path-in-turbofish.fixed
qualified-path-in-turbofish.rs
qualified-path-in-turbofish.stderr
range_inclusive_dotdotdot.rs
range_inclusive_dotdotdot.stderr
range_inclusive.fixed
range_inclusive.rs
range_inclusive.stderr
range-3.rs
range-3.stderr
range-4.rs
range-4.stderr
range-inclusive-extra-equals.rs
range-inclusive-extra-equals.stderr
ranges-precedence.rs
recover-assoc-const-constraint.rs
recover-assoc-const-constraint.stderr
recover-assoc-eq-missing-term.rs
recover-assoc-eq-missing-term.stderr diagnostics: fix trailing space 2022-06-16 14:40:28 +03:00
recover-assoc-lifetime-constraint.rs
recover-assoc-lifetime-constraint.stderr
recover-const-async-fn-ptr.rs
recover-const-async-fn-ptr.stderr
recover-enum2.rs
recover-enum2.stderr add a label to struct/enum/union ident name 2022-09-27 10:28:50 +09:00
recover-enum.rs
recover-enum.stderr
recover-field-extra-angle-brackets-in-struct-with-a-field.rs fix a not emitted unmatched angle bracket error 2022-03-20 22:39:15 +09:00
recover-field-extra-angle-brackets-in-struct-with-a-field.stderr fix a not emitted unmatched angle bracket error 2022-03-20 22:39:15 +09:00
recover-field-extra-angle-brackets.rs
recover-field-extra-angle-brackets.stderr
recover-field-semi.rs Recover from using ; as separator between fields 2022-09-05 19:15:23 +00:00
recover-field-semi.stderr add a label to struct/enum/union ident name 2022-09-27 10:28:50 +09:00
recover-for-loop-parens-around-head.rs
recover-for-loop-parens-around-head.stderr diagnostics: fix trailing space 2022-06-16 14:40:28 +03:00
recover-from-bad-variant.rs
recover-from-bad-variant.stderr diagnostics: fix trailing space 2022-06-16 14:40:28 +03:00
recover-from-homoglyph.rs
recover-from-homoglyph.stderr
recover-labeled-non-block-expr.fixed Stabilize #![feature(label_break_value)] 2022-08-23 21:14:12 -05:00
recover-labeled-non-block-expr.rs Stabilize #![feature(label_break_value)] 2022-08-23 21:14:12 -05:00
recover-labeled-non-block-expr.stderr Stabilize #![feature(label_break_value)] 2022-08-23 21:14:12 -05:00
recover-missing-semi-before-item.fixed suggest adding a missing semicolon before an item 2022-08-15 16:10:31 +09:00
recover-missing-semi-before-item.rs suggest adding a missing semicolon before an item 2022-08-15 16:10:31 +09:00
recover-missing-semi-before-item.stderr suggest adding a missing semicolon before an item 2022-08-15 16:10:31 +09:00
recover-missing-semi.rs
recover-missing-semi.stderr
recover-quantified-closure.rs Lower closure binders to hir & properly check them 2022-07-12 21:00:03 +04:00
recover-quantified-closure.stderr Lower closure binders to hir & properly check them 2022-07-12 21:00:03 +04:00
recover-range-pats.rs
recover-range-pats.stderr Resolve vars in note_type_err 2022-05-06 23:35:42 -04:00
recover-ref-dyn-mut.rs
recover-ref-dyn-mut.stderr
recover-struct.rs
recover-struct.stderr add a label to struct/enum/union ident name 2022-09-27 10:28:50 +09:00
recover-tuple-pat.rs
recover-tuple-pat.stderr
recover-tuple.rs
recover-tuple.stderr
recovered-struct-variant.rs
recovered-struct-variant.stderr add a label to struct/enum/union ident name 2022-09-27 10:28:50 +09:00
regions-out-of-scope-slice.rs
regions-out-of-scope-slice.stderr
removed-syntax-closure-lifetime.rs
removed-syntax-closure-lifetime.stderr Provide suggestion for missing > in a type parameter list 2022-03-27 02:50:04 +00:00
removed-syntax-enum-newtype.rs
removed-syntax-enum-newtype.stderr add a label to struct/enum/union ident name 2022-09-27 10:28:50 +09:00
removed-syntax-field-let.rs
removed-syntax-field-let.stderr add a label to struct/enum/union ident name 2022-09-27 10:28:50 +09:00
removed-syntax-field-semicolon.rs Recover from using ; as separator between fields 2022-09-05 19:15:23 +00:00
removed-syntax-field-semicolon.stderr add a label to struct/enum/union ident name 2022-09-27 10:28:50 +09:00
removed-syntax-fixed-vec.rs
removed-syntax-fixed-vec.stderr
removed-syntax-fn-sigil.rs
removed-syntax-fn-sigil.stderr
removed-syntax-mode.rs
removed-syntax-mode.stderr
removed-syntax-mut-vec-expr.rs
removed-syntax-mut-vec-expr.stderr
removed-syntax-mut-vec-ty.rs
removed-syntax-mut-vec-ty.stderr
removed-syntax-ptr-lifetime.rs
removed-syntax-ptr-lifetime.stderr
removed-syntax-record.rs
removed-syntax-record.stderr
removed-syntax-static-fn.rs
removed-syntax-static-fn.stderr Improve diagnostics for const a: = expr; 2022-08-05 16:19:28 +04:00
removed-syntax-uniq-mut-expr.rs
removed-syntax-uniq-mut-expr.stderr
removed-syntax-uniq-mut-ty.rs
removed-syntax-uniq-mut-ty.stderr
removed-syntax-with-1.rs
removed-syntax-with-1.stderr
removed-syntax-with-2.rs diagnostics: mention the : token when struct fields fail to parse 2022-07-07 14:59:54 -07:00
removed-syntax-with-2.stderr diagnostics: mention the : token when struct fields fail to parse 2022-07-07 14:59:54 -07:00
require-parens-for-chained-comparison.rs
require-parens-for-chained-comparison.stderr Improves parser diagnostics, fixes #93867 2022-06-12 17:48:52 +02:00
self-in-function-arg.rs
self-in-function-arg.stderr
self-param-semantic-fail.rs
self-param-semantic-fail.stderr
self-param-syntactic-pass.rs
several-carriage-returns-in-doc-comment.rs
several-carriage-returns-in-doc-comment.stderr
similar-tokens.rs
similar-tokens.stderr
stmt_expr_attrs_placement.rs
stmt_expr_attrs_placement.stderr
stripped-nested-outline-mod-pass.rs
struct-default-values-and-missing-field-separator.fixed
struct-default-values-and-missing-field-separator.rs
struct-default-values-and-missing-field-separator.stderr
struct-field-numeric-shorthand.rs
struct-field-numeric-shorthand.stderr
struct-filed-with-attr.fixed give a helpful diagnostic even when the next struct field has an attribute 2022-08-13 12:50:53 +08:00
struct-filed-with-attr.rs give a helpful diagnostic even when the next struct field has an attribute 2022-08-13 12:50:53 +08:00
struct-filed-with-attr.stderr give a helpful diagnostic even when the next struct field has an attribute 2022-08-13 12:50:53 +08:00
struct-literal-in-for.rs
struct-literal-in-for.stderr Reword "Required because of the requirements on the impl of ..." 2022-08-18 21:08:08 +01:00
struct-literal-in-if.rs
struct-literal-in-if.stderr
struct-literal-in-match-discriminant.rs
struct-literal-in-match-discriminant.stderr
struct-literal-in-match-guard.rs
struct-literal-in-while.rs
struct-literal-in-while.stderr
struct-literal-restrictions-in-lamda.rs
struct-literal-restrictions-in-lamda.stderr Shorten span for closures. 2022-07-07 09:27:42 +02:00
struct-literal-variant-in-if.rs
struct-literal-variant-in-if.stderr
suggest-assoc-const.fixed fix #101797: Suggest associated const for incorrect use of let in traits 2022-09-15 16:15:38 +08:00
suggest-assoc-const.rs fix #101797: Suggest associated const for incorrect use of let in traits 2022-09-15 16:15:38 +08:00
suggest-assoc-const.stderr tweak suggestion 2022-09-16 01:09:26 +08:00
suggest-const-for-global-var.rs suggest const or static for global variable 2022-08-11 23:15:39 +08:00
suggest-const-for-global-var.stderr suggest const or static for global variable 2022-08-11 23:15:39 +08:00
suggest-removing-semicolon-after-impl-trait-items.fixed suggest removing a semicolon after impl/trait items 2022-08-12 18:11:01 +09:00
suggest-removing-semicolon-after-impl-trait-items.rs suggest removing a semicolon after impl/trait items 2022-08-12 18:11:01 +09:00
suggest-removing-semicolon-after-impl-trait-items.stderr use span_suggestion instead of span_suggestion_verbose 2022-08-13 22:10:54 +09:00
suggest-semi-in-array.rs Do not suggest adding ; when , is also a choice 2022-07-23 17:52:45 +00:00
suggest-semi-in-array.stderr Do not suggest adding ; when , is also a choice 2022-07-23 17:52:45 +00:00
suggest-semicolon-before-array.fixed do not suggest a semicolon for a macro without ! 2022-09-07 03:59:47 +09:00
suggest-semicolon-before-array.rs do not suggest a semicolon for a macro without ! 2022-09-07 03:59:47 +09:00
suggest-semicolon-before-array.stderr do not suggest a semicolon for a macro without ! 2022-09-07 03:59:47 +09:00
tag-variant-disr-non-nullary.rs
tag-variant-disr-non-nullary.stderr
trailing-carriage-return-in-string.rs
trailing-carriage-return-in-string.stderr
trailing-plus-in-bounds.rs Make some tests check-pass 2022-05-28 18:57:02 +09:00
trailing-question-in-macro-type.rs
trailing-question-in-macro-type.stderr
trailing-question-in-type.fixed
trailing-question-in-type.rs
trailing-question-in-type.stderr
trait-bounds-not-on-impl.rs
trait-bounds-not-on-impl.stderr
trait-item-with-defaultness-fail-semantic.rs
trait-item-with-defaultness-fail-semantic.stderr
trait-item-with-defaultness-pass.rs
trait-object-bad-parens.rs
trait-object-bad-parens.stderr
trait-object-delimiters.rs Update parsing test 2022-09-13 15:32:38 -07:00
trait-object-delimiters.stderr Update parsing test 2022-09-13 15:32:38 -07:00
trait-object-lifetime-parens.rs
trait-object-lifetime-parens.stderr
trait-object-polytrait-priority.rs
trait-object-polytrait-priority.stderr
trait-object-trait-parens.rs
trait-object-trait-parens.stderr A SubstitutionPart is not a deletion if it replaces nothing with nothing 2022-09-12 22:08:30 +00:00
trait-plusequal-splitting.rs Make some tests check-pass 2022-05-28 18:57:02 +09:00
trait-pub-assoc-const.rs
trait-pub-assoc-const.stderr
trait-pub-assoc-ty.rs
trait-pub-assoc-ty.stderr
trait-pub-method.rs
trait-pub-method.stderr
type-alias-where-fixable.fixed Stabilize GATs 2022-08-30 23:06:24 -04:00
type-alias-where-fixable.rs Stabilize GATs 2022-08-30 23:06:24 -04:00
type-alias-where-fixable.stderr Stabilize GATs 2022-08-30 23:06:24 -04:00
type-alias-where.rs Stabilize GATs 2022-08-30 23:06:24 -04:00
type-alias-where.stderr Stabilize GATs 2022-08-30 23:06:24 -04:00
type-parameters-in-field-exprs.rs
type-parameters-in-field-exprs.stderr
unbalanced-doublequote.rs
unbalanced-doublequote.stderr
unclosed_delim_mod.rs
unclosed_delim_mod.stderr
unclosed-braces.rs
unclosed-braces.stderr
unclosed-delimiter-in-dep.rs
unclosed-delimiter-in-dep.stderr
underscore_item_not_const.rs
underscore_item_not_const.stderr
underscore-suffix-for-float.rs
underscore-suffix-for-float.stderr
underscore-suffix-for-string.rs
underscore-suffix-for-string.stderr
unicode-character-literal.fixed
unicode-character-literal.rs
unicode-character-literal.stderr
unicode-chars.rs
unicode-chars.stderr
unicode-control-codepoints.rs
unicode-control-codepoints.stderr
unicode-quote-chars.rs
unicode-quote-chars.stderr
unmatched-delimiter-at-end-of-file.rs
unmatched-delimiter-at-end-of-file.stderr
unmatched-langle-1.rs
unmatched-langle-1.stderr
unmatched-langle-2.rs
unmatched-langle-2.stderr
unnecessary-let.rs Suggest removing unnecessary prefix let in patterns 2022-09-03 05:39:46 +00:00
unnecessary-let.stderr Suggest removing unnecessary prefix let in patterns 2022-09-03 05:39:46 +00:00
unsafe-foreign-mod-2.rs Optimize the diagnostic generation for extern unsafe 2022-05-30 15:56:43 +08:00
unsafe-foreign-mod-2.stderr Optimize the diagnostic generation for extern unsafe 2022-05-30 15:56:43 +08:00
unsafe-foreign-mod.rs
unsafe-foreign-mod.stderr
unsafe-mod.rs
unsafe-mod.stderr
unsized2.rs
unsized2.stderr
unsized.rs
unsized.stderr
use-as-where-use-ends-with-mod-sep.rs
use-as-where-use-ends-with-mod-sep.stderr
use-ends-with-mod-sep.rs
use-ends-with-mod-sep.stderr
use-unclosed-brace.rs
use-unclosed-brace.stderr
utf8_idents-rpass.rs
utf16-be-without-bom.rs
utf16-be-without-bom.stderr
utf16-le-without-bom.rs
utf16-le-without-bom.stderr
variadic-ffi-nested-syntactic-fail.rs
variadic-ffi-nested-syntactic-fail.stderr
variadic-ffi-semantic-restrictions.rs
variadic-ffi-semantic-restrictions.stderr
variadic-ffi-syntactic-pass.rs
virtual-structs.rs
virtual-structs.stderr
where_with_bound.rs
where_with_bound.stderr
where-clauses-no-bounds-or-predicates.rs
where-clauses-no-bounds-or-predicates.stderr
while-if-let-without-body.rs
while-if-let-without-body.stderr
wrong-escape-of-curly-braces.rs
wrong-escape-of-curly-braces.stderr