rust/src/test/ui/parser
2020-01-03 08:40:15 -05:00
..
macro Alias TraitItem & ImplItem. 2019-12-12 17:54:48 +01:00
mismatched-braces tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
raw Accurately portray raw identifiers in error messages 2019-12-03 19:01:42 -08:00
ascii-only-character-escape.rs
ascii-only-character-escape.stderr
assoc-oddities-1.rs
assoc-oddities-1.stderr
assoc-oddities-2.rs
assoc-oddities-2.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 Rework raw ident suggestions 2019-11-23 17:06:34 -08:00
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 de-fatalize some errors 2019-12-31 04:33:34 +01:00
attr-stmt-expr-attr-bad.stderr de-fatalize some errors 2019-12-31 04:33:34 +01:00
attr.rs
attr.stderr
attrs-after-extern-mod.rs
attrs-after-extern-mod.stderr
bad-char-literals.rs
bad-char-literals.stderr
bad-lit-suffixes.rs
bad-lit-suffixes.stderr
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
better-expected.rs
better-expected.stderr
bind-struct-early-modifiers.rs
bind-struct-early-modifiers.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 parser::pat: remove .fatal calls 2019-12-31 04:33:34 +01:00
byte-literals.rs
byte-literals.stderr
byte-string-literals.rs
byte-string-literals.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
default.rs
default.stderr
do-catch-suggests-try.rs recover on 'do catch { .. }' 2019-12-20 22:41:29 +01:00
do-catch-suggests-try.stderr recover on 'do catch { .. }' 2019-12-20 22:41:29 +01:00
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
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 more recovery in if-parsing 2019-12-23 13:42:25 +01:00
doc-inside-trait-item.rs
doc-inside-trait-item.stderr
duplicate-visibility.rs
duplicate-visibility.stderr
empty-impl-semicolon.rs
empty-impl-semicolon.stderr
expr-as-stmt.fixed
expr-as-stmt.rs
expr-as-stmt.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
extern-abi-from-mac-literal-frag.rs
extern-abi-raw-strings.rs
extern-abi-string-escaping.rs
extern-abi-syntactic.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
fn-arg-doc-comment.rs Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
fn-arg-doc-comment.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
if-in-in.rs
if-in-in.stderr
impl-item-const-pass.rs Use Option in ImplItemKind::Const. 2019-12-12 17:54:48 +01:00
impl-item-const-semantic-fail.rs Use Option in ImplItemKind::Const. 2019-12-12 17:54:48 +01:00
impl-item-const-semantic-fail.stderr Use Option in ImplItemKind::Method. 2019-12-12 17:54:48 +01:00
impl-item-fn-no-body-pass.rs Use Option in ImplItemKind::Method. 2019-12-12 17:54:48 +01:00
impl-item-fn-no-body-semantic-fail.rs Use Option in ImplItemKind::Method. 2019-12-12 17:54:48 +01:00
impl-item-fn-no-body-semantic-fail.stderr Use Option in ImplItemKind::Method. 2019-12-12 17:54:48 +01:00
impl-item-type-no-body-pass.rs Unify {Trait,Impl}ItemKind::TyAlias structures. 2019-12-12 17:54:48 +01:00
impl-item-type-no-body-semantic-fail.rs Update tests for GATs 2019-12-21 12:35:28 +00:00
impl-item-type-no-body-semantic-fail.stderr Update tests for GATs 2019-12-21 12:35:28 +00:00
impl-parsing.rs
impl-parsing.stderr
impl-qpath.rs
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
inner-attr-after-doc-comment.rs
inner-attr-after-doc-comment.stderr
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 tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
issue-2354-1.stderr tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
issue-2354.rs tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
issue-2354.stderr tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
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-8537.rs
issue-8537.stderr
issue-10392-2.rs
issue-10392-2.stderr
issue-10392.rs
issue-10392.stderr
issue-10636-1.rs tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
issue-10636-1.stderr tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
issue-10636-2.rs
issue-10636-2.stderr
issue-14303-enum.rs
issue-14303-enum.stderr
issue-14303-fn-def.rs
issue-14303-fn-def.stderr
issue-14303-fncall.rs
issue-14303-fncall.stderr
issue-14303-impl.rs
issue-14303-impl.stderr
issue-14303-path.rs
issue-14303-path.stderr
issue-14303-struct.rs
issue-14303-struct.stderr
issue-14303-trait.rs
issue-14303-trait.stderr
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-20711-2.rs
issue-20711-2.stderr
issue-20711.rs
issue-20711.stderr
issue-21153.rs
issue-21153.stderr Unify associated item parsing. 2019-12-12 17:54:49 +01:00
issue-22647.rs
issue-22647.stderr
issue-22712.rs
issue-22712.stderr
issue-23620-invalid-escapes.rs
issue-23620-invalid-escapes.stderr
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 Alias TraitItem & ImplItem. 2019-12-12 17:54:48 +01:00
issue-32501.rs
issue-32501.stderr
issue-32505.rs
issue-32505.stderr
issue-33262.rs
issue-33262.stderr
issue-33413.rs
issue-33413.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-33418.fixed parse_generic_bounds: account for negative lifetime bounds 2019-12-21 19:20:41 +01:00
issue-33418.rs parse_generic_bounds: account for negative lifetime bounds 2019-12-21 19:20:41 +01:00
issue-33418.stderr span_suggestion_hidden -> tool_only_span_suggestion 2019-12-21 19:20:41 +01:00
issue-33455.rs
issue-33455.stderr
issue-41155.rs
issue-41155.stderr
issue-43692.rs
issue-43692.stderr
issue-58094-missing-right-square-bracket.rs Apply suggestion from Centril 2019-11-15 23:54:52 +09:00
issue-58094-missing-right-square-bracket.stderr tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
issue-59418.rs
issue-59418.stderr
issue-62524.rs
issue-62524.stderr tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
issue-62546.rs tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
issue-62546.stderr tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
issue-62660.rs
issue-62660.stderr
issue-62881.rs tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
issue-62881.stderr tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
issue-62895.rs
issue-62895.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
issue-62913.rs
issue-62913.stderr
issue-62973.rs
issue-62973.stderr tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
issue-63115-range-pat-interpolated.rs
issue-63116.rs Add test for issue 63116 2019-11-16 22:32:59 +00:00
issue-63116.stderr tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
issue-63135.rs
issue-63135.stderr tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05: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 tweak var/auto/mut recovery 2019-12-20 22:53:40 +01:00
issue-65257-invalid-var-decl-recovery.stderr tweak var/auto/mut recovery 2019-12-20 22:53:40 +01:00
issue-65846-rollback-gating-failing-matcher.rs
issue-66357-unexpected-unreachable.rs
issue-66357-unexpected-unreachable.stderr
issue-67146-negative-outlives-bound-syntactic-fail.rs parse_generic_bounds: account for negative lifetime bounds 2019-12-21 19:20:41 +01:00
issue-67146-negative-outlives-bound-syntactic-fail.stderr span_suggestion_hidden -> tool_only_span_suggestion 2019-12-21 19:20:41 +01:00
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
lex-bad-binary-literal.rs
lex-bad-binary-literal.stderr
lex-bad-char-literals-1.rs
lex-bad-char-literals-1.stderr
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 Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
lex-bad-char-literals-7.rs
lex-bad-char-literals-7.stderr introduce unescape module 2019-05-02 15:31:57 +03: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
lex-bare-cr-string-literal-doc-comment.stderr
lex-stray-backslash.rs
lex-stray-backslash.stderr
lifetime-in-pattern-recover.rs parser: recover on &'lifetime mut $pat. 2019-12-13 02:36:25 +01:00
lifetime-in-pattern-recover.stderr parser: recover on &'lifetime mut $pat. 2019-12-13 02:36:25 +01:00
lifetime-in-pattern.rs parser: recover on &'lifetime mut $pat. 2019-12-13 02:36:25 +01:00
lifetime-in-pattern.stderr parser: recover on &'lifetime mut $pat. 2019-12-13 02:36:25 +01:00
lifetime-semicolon.rs
lifetime-semicolon.stderr
macro-bad-delimiter-ident.rs syntax: Introduce a struct MacArgs for macro arguments 2019-12-02 21:56:34 +03:00
macro-bad-delimiter-ident.stderr syntax: Introduce a struct MacArgs for macro arguments 2019-12-02 21:56:34 +03:00
macro-keyword.rs
macro-keyword.stderr
macro-mismatched-delim-brace-paren.rs tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
macro-mismatched-delim-brace-paren.stderr tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
macro-mismatched-delim-paren-brace.rs tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
macro-mismatched-delim-paren-brace.stderr tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
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.rs
match-refactor-to-expr.stderr
match-vec-invalid.rs
match-vec-invalid.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
mbe_missing_right_paren.rs
mbe_missing_right_paren.stderr tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
mismatched-delim-brace-empty-block.rs tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
mismatched-delim-brace-empty-block.stderr tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
missing_right_paren.rs
missing_right_paren.stderr tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
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
multiline-comment-line-tracking.rs
multiline-comment-line-tracking.stderr
multitrait.rs
multitrait.stderr
mut-patterns.rs
mut-patterns.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
numeric-lifetime.rs
numeric-lifetime.stderr Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
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 parser::pat: remove .fatal calls 2019-12-31 04:33:34 +01: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 Refactor 'parse_enum_item' to use 'parse_delim_comma_seq' 2019-11-26 19:24:36 +01:00
pat-lt-bracket-7.rs
pat-lt-bracket-7.stderr Refactor 'parse_enum_item' to use 'parse_delim_comma_seq' 2019-11-26 19:24:36 +01:00
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
pat-tuple-4.rs
pat-tuple-4.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
pat-tuple-5.rs
pat-tuple-5.stderr MatchExpressionArmPattern: Use more generic wording. 2019-12-30 13:50:20 +01:00
pub-method-macro.rs
pub-method-macro.stderr
range_inclusive_dotdotdot.rs
range_inclusive_dotdotdot.stderr
range_inclusive.rs
range_inclusive.stderr
range-3.rs
range-3.stderr
range-4.rs
range-4.stderr
raw-byte-string-eof.rs
raw-byte-string-eof.stderr
raw-byte-string-literals.rs
raw-byte-string-literals.stderr
raw-str-delim.rs
raw-str-delim.stderr
raw-str-unbalanced.rs
raw-str-unbalanced.stderr
raw-str-unterminated.rs
raw-str-unterminated.stderr
recover-enum2.rs
recover-enum2.stderr
recover-enum.rs Refactor 'parse_enum_item' to use 'parse_delim_comma_seq' 2019-11-26 19:24:36 +01:00
recover-enum.stderr Refactor 'parse_enum_item' to use 'parse_delim_comma_seq' 2019-11-26 19:24:36 +01:00
recover-for-loop-parens-around-head.rs
recover-for-loop-parens-around-head.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
recover-from-bad-variant.rs
recover-from-bad-variant.stderr
recover-from-homoglyph.rs
recover-from-homoglyph.stderr Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
recover-labeled-non-block-expr.rs add recovery to parse_labeled_expr 2019-12-20 22:41:29 +01:00
recover-labeled-non-block-expr.stderr add recovery to parse_labeled_expr 2019-12-20 22:41:29 +01:00
recover-missing-semi.rs
recover-missing-semi.stderr Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
recover-range-pats.rs
recover-range-pats.stderr refactor and fix this-expression-has-type note 2019-12-30 14:05:17 +01:00
recover-struct.rs
recover-struct.stderr
recover-tuple-pat.rs
recover-tuple-pat.stderr
recover-tuple.rs
recover-tuple.stderr Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
recovered-struct-variant.rs
recovered-struct-variant.stderr
recovery-attr-on-if.rs recover #[attr] if expr {} 2019-12-20 22:53:40 +01:00
recovery-attr-on-if.stderr recover #[attr] if expr {} 2019-12-20 22:53:40 +01:00
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-extern-const.rs
removed-syntax-extern-const.stderr
removed-syntax-field-let.rs
removed-syntax-field-let.stderr Rework raw ident suggestions 2019-11-23 17:06:34 -08:00
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
removed-syntax-uniq-mut-ty.stderr
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 Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
self-in-function-arg.rs
self-in-function-arg.stderr
several-carriage-returns-in-doc-comment.rs
several-carriage-returns-in-doc-comment.stderr
stmt_expr_attrs_placement.rs Add a UI test for correct parsing 2019-12-20 22:41:29 +01:00
stmt_expr_attrs_placement.stderr Add a UI test for correct parsing 2019-12-20 22:41:29 +01:00
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-while.rs
struct-literal-in-while.stderr
struct-literal-restrictions-in-lamda.rs
struct-literal-restrictions-in-lamda.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08: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
trait-bounds-not-on-impl.rs
trait-bounds-not-on-impl.stderr
trait-item-with-defaultness-fail-semantic.rs Unify assoc item visitors more. 2019-12-12 18:01:33 +01:00
trait-item-with-defaultness-fail-semantic.stderr Unify assoc item visitors more. 2019-12-12 18:01:33 +01:00
trait-item-with-defaultness-pass.rs Alias TraitItem & ImplItem. 2019-12-12 17:54:48 +01:00
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 tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
unclosed_delim_mod.stderr tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
unclosed-braces.rs tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
unclosed-braces.stderr tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
unclosed-delimiter-in-dep.rs
unclosed-delimiter-in-dep.stderr tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05: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 tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
unmatched-delimiter-at-end-of-file.stderr tweak wording of mismatched delimiter errors 2020-01-03 08:40:15 -05:00
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 Rework raw ident suggestions 2019-11-23 17:06:34 -08:00
use-ends-with-mod-sep.rs
use-ends-with-mod-sep.stderr
variadic-ffi-nested-syntactic-fail.rs De-fatalize ... parsing. 2019-12-12 18:05:05 +01:00
variadic-ffi-nested-syntactic-fail.stderr De-fatalize ... parsing. 2019-12-12 18:05:05 +01:00
variadic-ffi-semantic-restrictions.rs More c-variadic errors as semantic restrictions. 2019-12-12 18:01:33 +01:00
variadic-ffi-semantic-restrictions.stderr More c-variadic errors as semantic restrictions. 2019-12-12 18:01:33 +01:00
variadic-ffi-syntactic-pass.rs More c-variadic errors as semantic restrictions. 2019-12-12 18:01:33 +01:00
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
wrong-escape-of-curly-braces.stderr