rust/src/test/ui/parser
2021-02-06 12:03:48 +02:00
..
auxiliary Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
macro Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
mismatched-braces
raw Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
shebang
ascii-only-character-escape.rs Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
ascii-only-character-escape.stderr Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
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 Accept arbitrary expressions in key-value attributes at parse time 2020-12-09 21:37:32 +03:00
attr-bad-meta-2.stderr Accept arbitrary expressions in key-value attributes at parse time 2020-12-09 21:37:32 +03:00
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
attr.rs
attr.stderr
attrs-after-extern-mod.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
attrs-after-extern-mod.stderr Update tests for extern block linting 2021-01-13 07:49:16 -05:00
bad-char-literals.rs Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
bad-char-literals.stderr Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
bad-fn-ptr-qualifier.fixed
bad-fn-ptr-qualifier.rs
bad-fn-ptr-qualifier.stderr
bad-interpolated-block.rs
bad-interpolated-block.stderr
bad-lit-suffixes.rs
bad-lit-suffixes.stderr Update code to account for extern ABI requirement 2021-01-13 07:49:45 -05:00
bad-match.rs
bad-match.stderr
bad-name.rs
bad-name.stderr
bad-pointer-type.rs
bad-pointer-type.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
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
bounds-type-where.rs
bounds-type-where.stderr
bounds-type.rs
bounds-type.stderr
brace-after-qualified-path-in-match.rs
brace-after-qualified-path-in-match.stderr
byte-literals.rs Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
byte-literals.stderr Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
byte-string-literals.rs Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
byte-string-literals.stderr Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
can-begin-expr-check.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
can-begin-expr-check.stderr Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
chained-comparison-suggestion.rs
chained-comparison-suggestion.stderr
circular_modules_hello.rs
circular_modules_main.rs
circular_modules_main.stderr
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
constraints-before-generic-args-syntactic-pass.rs
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
doc-after-struct-field.rs
doc-after-struct-field.stderr
doc-before-attr.rs
doc-before-attr.stderr
doc-before-eof.rs
doc-before-eof.stderr
doc-before-extern-rbrace.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
doc-before-extern-rbrace.stderr
doc-before-fn-rbrace.rs
doc-before-fn-rbrace.stderr
doc-before-identifier.rs
doc-before-identifier.stderr
doc-before-mod-rbrace.rs
doc-before-mod-rbrace.stderr
doc-before-rbrace.rs
doc-before-rbrace.stderr
doc-before-semi.rs
doc-before-semi.stderr
doc-before-struct-rbrace-1.rs
doc-before-struct-rbrace-1.stderr
doc-before-struct-rbrace-2.rs
doc-before-struct-rbrace-2.stderr
doc-comment-in-if-statement.rs
doc-comment-in-if-statement.stderr
doc-comment-in-stmt.rs
doc-comment-in-stmt.stderr
doc-inside-trait-item.rs
doc-inside-trait-item.stderr
duplicate-visibility.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
duplicate-visibility.stderr Update tests for extern block linting 2021-01-13 07:49:16 -05:00
empty-impl-semicolon.rs
empty-impl-semicolon.stderr
expr-as-stmt-2.rs
expr-as-stmt-2.stderr
expr-as-stmt.fixed
expr-as-stmt.rs
expr-as-stmt.stderr
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 Update tests for extern block linting 2021-01-13 07:49:16 -05:00
extern-no-fn.stderr Update tests for extern block linting 2021-01-13 07:49:16 -05:00
float-field-interpolated.rs
float-field-interpolated.stderr
float-field.rs
float-field.stderr
fn-arg-doc-comment.rs
fn-arg-doc-comment.stderr
fn-body-eq-expr-semi.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
fn-body-eq-expr-semi.stderr Update tests for extern block linting 2021-01-13 07:49:16 -05:00
fn-body-optional-semantic-fail.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
fn-body-optional-semantic-fail.stderr Update tests for extern block linting 2021-01-13 07:49:16 -05:00
fn-body-optional-syntactic-pass.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
fn-colon-return-type.rs Gracefully handle confusing -> with : in function return type 2020-12-03 18:19:42 +01:00
fn-colon-return-type.stderr Gracefully handle confusing -> with : in function return type 2020-12-03 18:19:42 +01:00
fn-header-semantic-fail.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
fn-header-semantic-fail.stderr Update tests for extern block linting 2021-01-13 07:49:16 -05:00
fn-header-syntactic-pass.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
fn-returns-fn-pointer.rs
foreign-const-semantic-fail.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
foreign-const-semantic-fail.stderr Update tests for extern block linting 2021-01-13 07:49:16 -05:00
foreign-const-syntactic-fail.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
foreign-const-syntactic-fail.stderr
foreign-static-semantic-fail.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
foreign-static-semantic-fail.stderr Update tests for extern block linting 2021-01-13 07:49:16 -05:00
foreign-static-syntactic-pass.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
foreign-ty-semantic-fail.rs
foreign-ty-semantic-fail.stderr
foreign-ty-syntactic-pass.rs
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
impl-item-type-no-body-semantic-fail.stderr
impl-parsing.rs
impl-parsing.stderr
impl-qpath.rs
import-from-path.rs
import-from-path.stderr Add a note for * and {} usage on use 2021-01-08 17:36:14 +09:00
import-from-rename.rs
import-from-rename.stderr Add a note for * and {} usage on use 2021-01-08 17:36:14 +09:00
import-glob-path.rs
import-glob-path.stderr Add a note for * and {} usage on use 2021-01-08 17:36:14 +09:00
import-glob-rename.rs
import-glob-rename.stderr Add a note for * and {} usage on use 2021-01-08 17:36:14 +09:00
incorrect-move-async-order-issue-79694.fixed Implemented a compiler diagnostic for move async mistake 2020-12-21 12:57:08 +01:00
incorrect-move-async-order-issue-79694.rs Implemented a compiler diagnostic for move async mistake 2020-12-21 12:57:08 +01:00
incorrect-move-async-order-issue-79694.stderr Implemented a compiler diagnostic for move async mistake 2020-12-21 12:57:08 +01:00
inner-attr-after-doc-comment.rs
inner-attr-after-doc-comment.stderr
inner-attr-in-trait-def.rs
inner-attr.rs
inner-attr.stderr
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-1655.rs
issue-1655.stderr
issue-1802-1.rs
issue-1802-1.stderr
issue-1802-2.rs
issue-1802-2.stderr
issue-2354-1.rs
issue-2354-1.stderr
issue-2354.rs
issue-2354.stderr
issue-3036.fixed
issue-3036.rs
issue-3036.stderr
issue-5544-a.rs
issue-5544-a.stderr
issue-5544-b.rs
issue-5544-b.stderr
issue-5806.rs
issue-5806.stderr
issue-6610.rs
issue-6610.stderr
issue-7970b.rs Move some tests to more reasonable directories 2021-01-31 19:46:46 -03:00
issue-7970b.stderr Move some tests to more reasonable directories 2021-01-31 19:46:46 -03:00
issue-8537.rs
issue-8537.stderr Add a new ABI to support cmse_nonsecure_call 2021-02-02 13:04:31 +00:00
issue-10392-2.fixed
issue-10392-2.rs
issue-10392-2.stderr
issue-10392.rs
issue-10392.stderr
issue-10636-1.rs
issue-10636-1.stderr
issue-10636-2.rs
issue-10636-2.stderr
issue-14303-enum.rs
issue-14303-enum.stderr update tests 2020-12-26 18:24:10 +01:00
issue-14303-fn-def.rs
issue-14303-fn-def.stderr update tests 2020-12-26 18:24:10 +01:00
issue-14303-fncall.rs
issue-14303-fncall.stderr
issue-14303-impl.rs
issue-14303-impl.stderr update tests 2020-12-26 18:24:10 +01:00
issue-14303-path.rs
issue-14303-path.stderr
issue-14303-struct.rs
issue-14303-struct.stderr update tests 2020-12-26 18:24:10 +01:00
issue-14303-trait.rs
issue-14303-trait.stderr update tests 2020-12-26 18:24:10 +01:00
issue-15914.rs
issue-15914.stderr
issue-15980.rs
issue-15980.stderr
issue-17383.rs
issue-17383.stderr
issue-17718-const-mut.rs
issue-17718-const-mut.stderr
issue-17904-2.rs
issue-17904-2.stderr
issue-17904.rs
issue-17904.stderr
issue-19096.rs
issue-19096.stderr
issue-19398.rs
issue-19398.stderr
issue-20616-1.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-20616-1.stderr Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-20616-2.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-20616-2.stderr Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-20616-8.rs Move some tests to more reasonable directories 2021-01-31 19:46:46 -03:00
issue-20616-8.stderr Move some tests to more reasonable directories 2021-01-31 19:46:46 -03:00
issue-20616-9.rs Move some tests to more reasonable directories 2021-01-31 19:46:46 -03:00
issue-20616-9.stderr Move some tests to more reasonable directories 2021-01-31 19:46:46 -03:00
issue-20711-2.rs
issue-20711-2.stderr
issue-20711.rs
issue-20711.stderr
issue-21146.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-21146.stderr Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-21153.rs
issue-21153.stderr
issue-22647.rs
issue-22647.stderr
issue-22712.rs
issue-22712.stderr
issue-23620-invalid-escapes.rs Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
issue-23620-invalid-escapes.stderr Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
issue-24197.rs
issue-24197.stderr
issue-24375.rs
issue-24375.stderr
issue-24780.rs
issue-24780.stderr
issue-27255.rs
issue-27255.stderr
issue-30318.rs
issue-30318.stderr
issue-32214.rs
issue-32214.stderr
issue-32446.rs
issue-32446.stderr
issue-32501.rs
issue-32501.stderr
issue-32505.rs
issue-32505.stderr
issue-33262.rs
issue-33262.stderr
issue-33413.rs
issue-33413.stderr
issue-33418.fixed
issue-33418.rs
issue-33418.stderr
issue-33455.rs
issue-33455.stderr
issue-34222-1.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-34222-1.stderr Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-35813-postfix-after-cast.rs
issue-35813-postfix-after-cast.stderr
issue-41155.rs
issue-41155.stderr
issue-43196.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-43196.stderr Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-43692.rs
issue-43692.stderr Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
issue-44021.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-44021.stderr Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-45296.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-45296.stderr Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-46186.fixed Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-46186.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-46186.stderr Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-48137-macros-cannot-interpolate-impl-items-bad-variants.rs
issue-48137-macros-cannot-interpolate-impl-items-bad-variants.stderr
issue-48137-macros-cannot-interpolate-impl-items.rs
issue-51602.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-51602.stderr Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-52496.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-52496.stderr Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-57198.rs Move some tests to more reasonable directories 2021-01-31 19:46:46 -03:00
issue-57198.stderr Move some tests to more reasonable directories 2021-01-31 19:46:46 -03:00
issue-57684.fixed Move some tests to more reasonable directories 2021-01-31 19:46:46 -03:00
issue-57684.rs Move some tests to more reasonable directories 2021-01-31 19:46:46 -03:00
issue-57684.stderr Move some tests to more reasonable directories 2021-01-31 19:46:46 -03:00
issue-57819.fixed Move some tests to more reasonable directories 2021-01-31 19:46:46 -03:00
issue-57819.rs Move some tests to more reasonable directories 2021-01-31 19:46:46 -03:00
issue-57819.stderr Move some tests to more reasonable directories 2021-01-31 19:46:46 -03:00
issue-58094-missing-right-square-bracket.rs
issue-58094-missing-right-square-bracket.stderr
issue-58856-1.rs Move some tests to more reasonable directories 2021-01-31 19:46:46 -03:00
issue-58856-1.stderr Move some tests to more reasonable directories 2021-01-31 19:46:46 -03:00
issue-58856-2.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-58856-2.stderr Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-59418.rs
issue-59418.stderr
issue-60075.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-60075.stderr Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-62524.rs
issue-62524.stderr
issue-62546.rs
issue-62546.stderr
issue-62554.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-62554.stderr Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-62660.rs
issue-62660.stderr
issue-62881.rs
issue-62881.stderr
issue-62894.rs
issue-62894.stderr
issue-62895.rs
issue-62895.stderr
issue-62913.rs
issue-62913.stderr Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
issue-62973.rs
issue-62973.stderr
issue-63115-range-pat-interpolated.rs
issue-63116.rs
issue-63116.stderr
issue-63135.rs
issue-63135.stderr
issue-64732.rs Move some tests to more reasonable directories 2021-01-31 19:46:46 -03:00
issue-64732.stderr Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
issue-65041-empty-vis-matcher-in-enum.rs
issue-65041-empty-vis-matcher-in-trait.rs
issue-65122-mac-invoc-in-mut-patterns.rs
issue-65122-mac-invoc-in-mut-patterns.stderr
issue-65257-invalid-var-decl-recovery.rs
issue-65257-invalid-var-decl-recovery.stderr
issue-65846-rollback-gating-failing-matcher.rs
issue-66357-unexpected-unreachable.rs
issue-66357-unexpected-unreachable.stderr
issue-66473.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-66473.stderr Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-67146-negative-outlives-bound-syntactic-fail.fixed
issue-67146-negative-outlives-bound-syntactic-fail.rs
issue-67146-negative-outlives-bound-syntactic-fail.stderr
issue-67377-invalid-syntax-in-enum-discriminant.rs
issue-67377-invalid-syntax-in-enum-discriminant.stderr
issue-68629.rs
issue-68629.stderr
issue-68730.rs
issue-68730.stderr
issue-68788-in-trait-item-propagation.rs
issue-68890-2.rs
issue-68890-2.stderr
issue-68890.rs
issue-68890.stderr
issue-70050-ntliteral-accepts-negated-lit.rs
issue-70388-recover-dotdotdot-rest-pat.rs
issue-70388-recover-dotdotdot-rest-pat.stderr
issue-70388-without-witness.fixed
issue-70388-without-witness.rs
issue-70388-without-witness.stderr
issue-70549-resolve-after-recovered-self-ctor.rs
issue-70549-resolve-after-recovered-self-ctor.stderr
issue-70552-ascription-in-parens-after-call.rs
issue-70552-ascription-in-parens-after-call.stderr
issue-70583-block-is-empty-1.rs
issue-70583-block-is-empty-1.stderr
issue-70583-block-is-empty-2.rs
issue-70583-block-is-empty-2.stderr
issue-72253.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-72253.stderr Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-72373.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-72373.stderr Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-73568-lifetime-after-mut.rs
issue-73568-lifetime-after-mut.stderr
issue-75599.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-76597.fixed Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-76597.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
issue-76597.stderr Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
item-free-const-no-body-semantic-fail.rs
item-free-const-no-body-semantic-fail.stderr
item-free-const-no-body-syntactic-pass.rs
item-free-static-no-body-semantic-fail.rs
item-free-static-no-body-semantic-fail.stderr
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
keyword-abstract.rs
keyword-abstract.stderr
keyword-as-as-identifier.rs
keyword-as-as-identifier.stderr
keyword-box-as-identifier.rs
keyword-box-as-identifier.stderr
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
labeled-no-colon-expr.rs
labeled-no-colon-expr.stderr
let-binop.fixed
let-binop.rs
let-binop.stderr
lex-bad-binary-literal.rs
lex-bad-binary-literal.stderr
lex-bad-char-literals-1.rs
lex-bad-char-literals-1.stderr Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
lex-bad-char-literals-2.rs
lex-bad-char-literals-2.stderr
lex-bad-char-literals-3.rs
lex-bad-char-literals-3.stderr
lex-bad-char-literals-4.rs
lex-bad-char-literals-4.stderr
lex-bad-char-literals-5.rs
lex-bad-char-literals-5.stderr
lex-bad-char-literals-6.rs
lex-bad-char-literals-6.stderr
lex-bad-char-literals-7.rs Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
lex-bad-char-literals-7.stderr Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
lex-bad-numeric-literals.rs
lex-bad-numeric-literals.stderr
lex-bad-octal-literal.rs
lex-bad-octal-literal.stderr
lex-bad-token.rs
lex-bad-token.stderr
lex-bare-cr-string-literal-doc-comment.rs Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
lex-bare-cr-string-literal-doc-comment.stderr Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
lex-stray-backslash.rs
lex-stray-backslash.stderr
lifetime_starts_expressions.rs Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
lifetime_starts_expressions.stderr Move some tests to more reasonable directories - 2 2021-01-16 19:46:54 -03:00
lifetime-in-pattern-recover.rs
lifetime-in-pattern-recover.stderr
lifetime-in-pattern.rs
lifetime-in-pattern.stderr
lifetime-semicolon.rs
lifetime-semicolon.stderr
macro-bad-delimiter-ident.rs
macro-bad-delimiter-ident.stderr
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-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
missing_right_paren.rs
missing_right_paren.stderr
missing-closing-angle-bracket-eq-constraint.rs add and update tests 2021-01-22 17:07:27 +01:00
missing-closing-angle-bracket-eq-constraint.stderr add and update tests 2021-01-22 17:07:27 +01:00
missing-semicolon.rs
missing-semicolon.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 Fix ICE when pointing at multi bytes character 2020-12-30 22:33:13 +09:00
multibyte-char-use-seperator-issue-80134.stderr Fix ICE when pointing at multi bytes character 2020-12-30 22:33:13 +09:00
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 add and update tests 2021-01-22 17:07:27 +01:00
nested-missing-closing-angle-bracket.stderr add and update tests 2021-01-22 17:07:27 +01:00
new-unicode-escapes-1.rs Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
new-unicode-escapes-1.stderr Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
new-unicode-escapes-2.rs Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
new-unicode-escapes-2.stderr Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
new-unicode-escapes-3.rs
new-unicode-escapes-3.stderr Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
new-unicode-escapes-4.rs Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
new-unicode-escapes-4.stderr Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
no-binary-float-literal.rs
no-binary-float-literal.stderr
no-const-fn-in-extern-block.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
no-const-fn-in-extern-block.stderr Update tests for extern block linting 2021-01-13 07:49:16 -05:00
no-hex-float-literal.rs
no-hex-float-literal.stderr
no-unsafe-self.rs
no-unsafe-self.stderr
not-a-pred.rs Gracefully handle confusing -> with : in function return type 2020-12-03 18:19:42 +01:00
not-a-pred.stderr Gracefully handle confusing -> with : in function return type 2020-12-03 18:19:42 +01:00
nt-parsing-has-recovery.rs
nt-parsing-has-recovery.stderr
numeric-lifetime.rs
numeric-lifetime.stderr
omitted-arg-in-item-fn.rs
omitted-arg-in-item-fn.stderr
paamayim-nekudotayim.rs
paamayim-nekudotayim.stderr
paren-after-qualified-path-in-match.rs
paren-after-qualified-path-in-match.stderr
parse-assoc-type-lt.rs Move parser-related tests 2020-12-31 07:53:54 +09:00
parse-error-correct.rs Move parser-related tests 2020-12-31 07:53:54 +09:00
parse-error-correct.stderr Move parser-related tests 2020-12-31 07:53:54 +09:00
parse-panic.rs Move parser-related tests 2020-12-31 07:53:54 +09:00
parser-recovery-1.rs Move parser-related tests 2020-12-31 07:53:54 +09:00
parser-recovery-1.stderr Move parser-related tests 2020-12-31 07:53:54 +09:00
parser-recovery-2.rs Move parser-related tests 2020-12-31 07:53:54 +09:00
parser-recovery-2.stderr Move parser-related tests 2020-12-31 07:53:54 +09:00
parser-unicode-whitespace.rs Move parser-related tests 2020-12-31 07:53:54 +09:00
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
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
recover-assoc-const-constraint.rs
recover-assoc-const-constraint.stderr
recover-assoc-eq-missing-term.rs
recover-assoc-eq-missing-term.stderr
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
recover-enum.rs
recover-enum.stderr
recover-field-extra-angle-brackets.rs
recover-field-extra-angle-brackets.stderr
recover-for-loop-parens-around-head.rs
recover-for-loop-parens-around-head.stderr
recover-from-bad-variant.rs
recover-from-bad-variant.stderr
recover-from-homoglyph.rs
recover-from-homoglyph.stderr
recover-labeled-non-block-expr.rs
recover-labeled-non-block-expr.stderr
recover-missing-semi.rs
recover-missing-semi.stderr
recover-quantified-closure.rs
recover-quantified-closure.stderr
recover-range-pats.rs
recover-range-pats.stderr
recover-struct.rs
recover-struct.stderr
recover-tuple-pat.rs
recover-tuple-pat.stderr
recover-tuple.rs
recover-tuple.stderr
recovered-struct-variant.rs
recovered-struct-variant.stderr
regions-out-of-scope-slice.rs
regions-out-of-scope-slice.stderr
removed-syntax-closure-lifetime.rs
removed-syntax-closure-lifetime.stderr
removed-syntax-enum-newtype.rs
removed-syntax-enum-newtype.stderr
removed-syntax-field-let.rs
removed-syntax-field-let.stderr
removed-syntax-field-semicolon.rs
removed-syntax-field-semicolon.stderr
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
removed-syntax-uniq-mut-expr.rs
removed-syntax-uniq-mut-expr.stderr
removed-syntax-uniq-mut-ty.rs Fix UI tests for 'const expression' change 2020-12-04 12:21:33 +01:00
removed-syntax-uniq-mut-ty.stderr Fix UI tests for 'const expression' change 2020-12-04 12:21:33 +01:00
removed-syntax-with-1.rs
removed-syntax-with-1.stderr
removed-syntax-with-2.rs
removed-syntax-with-2.stderr
require-parens-for-chained-comparison.rs
require-parens-for-chained-comparison.stderr
self-in-function-arg.rs
self-in-function-arg.stderr
self-param-semantic-fail.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
self-param-semantic-fail.stderr
self-param-syntactic-pass.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
several-carriage-returns-in-doc-comment.rs
several-carriage-returns-in-doc-comment.stderr
stmt_expr_attrs_placement.rs
stmt_expr_attrs_placement.stderr
stripped-nested-outline-mod-pass.rs
struct-field-numeric-shorthand.rs
struct-field-numeric-shorthand.stderr
struct-literal-in-for.rs
struct-literal-in-for.stderr
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
tag-variant-disr-non-nullary.rs
tag-variant-disr-non-nullary.stderr
trailing-carriage-return-in-string.rs Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
trailing-carriage-return-in-string.stderr Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
trailing-plus-in-bounds.rs
trait-bounds-not-on-impl.rs
trait-bounds-not-on-impl.stderr
trait-item-with-defaultness-fail-semantic.rs Clarify the 'default is only allowed on...' error 2020-12-08 21:56:22 -08:00
trait-item-with-defaultness-fail-semantic.stderr Clarify the 'default is only allowed on...' error 2020-12-08 21:56:22 -08:00
trait-item-with-defaultness-pass.rs
trait-object-bad-parens.rs
trait-object-bad-parens.stderr
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
trait-plusequal-splitting.rs
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-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 path trimming: ignore type aliases 2021-02-06 12:03:48 +02:00
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-chars.rs
unicode-chars.stderr
unicode-quote-chars.rs
unicode-quote-chars.stderr
unmatched-delimiter-at-end-of-file.rs
unmatched-delimiter-at-end-of-file.stderr
unsafe-foreign-mod.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
unsafe-foreign-mod.stderr Update tests for extern block linting 2021-01-13 07:49:16 -05:00
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
variadic-ffi-nested-syntactic-fail.rs
variadic-ffi-nested-syntactic-fail.stderr
variadic-ffi-semantic-restrictions.rs Update tests for extern block linting 2021-01-13 07:49:16 -05:00
variadic-ffi-semantic-restrictions.stderr Update tests for extern block linting 2021-01-13 07:49:16 -05:00
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
wrong-escape-of-curly-braces.rs Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00
wrong-escape-of-curly-braces.stderr Handle Spans for byte and raw strings and add more detail 2021-02-03 13:34:28 -08:00