rust/src/test/ui/parser
2020-03-29 11:12:48 -04:00
..
macro expand: address review comments 2020-03-24 06:28:56 +01:00
mismatched-braces error_bad_item_kind: add help text 2020-03-26 14:13:50 +01:00
raw Cleanup error messages, improve docstrings 2020-03-29 11:12:48 -04:00
ascii-only-character-escape.rs Remove -Z continue-parse-after-error 2020-01-08 21:48:04 +03:00
ascii-only-character-escape.stderr Remove -Z continue-parse-after-error 2020-01-08 21:48:04 +03:00
assoc-const-underscore-semantic-fail.rs ast/parser: fuse static & const grammars in all contexts. 2020-02-15 20:57:12 +01:00
assoc-const-underscore-semantic-fail.stderr ast/parser: fuse static & const grammars in all contexts. 2020-02-15 20:57:12 +01:00
assoc-const-underscore-syntactic-pass.rs ast/parser: fuse static & const grammars in all contexts. 2020-02-15 20:57:12 +01:00
assoc-oddities-1.rs
assoc-oddities-1.stderr
assoc-oddities-2.rs
assoc-oddities-2.stderr
assoc-static-semantic-fail.rs parse/ast: move Defaultness into variants. 2020-02-24 00:59:38 +01:00
assoc-static-semantic-fail.stderr parse/ast: move Defaultness into variants. 2020-02-24 00:59:38 +01:00
assoc-static-syntactic-fail.rs parse/ast: move Defaultness into variants. 2020-02-24 00:59:38 +01:00
assoc-static-syntactic-fail.stderr parse/ast: move Defaultness into variants. 2020-02-24 00:59:38 +01:00
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 parser: misc small item related improvements & cleanups. 2020-02-13 16:29:10 +01:00
attr-dangling-in-fn.rs
attr-dangling-in-fn.stderr encode ; stmt w/o expr as StmtKind::Empty 2020-03-01 23:02:17 +01:00
attr-dangling-in-mod.rs
attr-dangling-in-mod.stderr parser: misc small item related improvements & cleanups. 2020-02-13 16:29:10 +01:00
attr-stmt-expr-attr-bad.rs parse_if_expr: recover on attributes 2020-03-10 08:55:18 +01:00
attr-stmt-expr-attr-bad.stderr parse_if_expr: recover on attributes 2020-03-10 08:55:18 +01:00
attr.rs
attr.stderr
attrs-after-extern-mod.rs parser: unify item list parsing. 2020-02-13 15:16:29 +01:00
attrs-after-extern-mod.stderr parse: use parse_item_common in parse_assoc_item_. 2020-02-24 00:59:38 +01:00
bad-char-literals.rs Remove -Z continue-parse-after-error 2020-01-08 21:48:04 +03:00
bad-char-literals.stderr Remove -Z continue-parse-after-error 2020-01-08 21:48:04 +03:00
bad-interpolated-block.rs more reuse in block parsing & improve diagnostics. 2020-03-10 08:32:34 +01:00
bad-interpolated-block.stderr more reuse in block parsing & improve diagnostics. 2020-03-10 08:32:34 +01:00
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
block-no-opening-brace.rs block-no-opening-brace: add another statement 2020-03-10 08:35:23 +01:00
block-no-opening-brace.stderr block-no-opening-brace: add another statement 2020-03-10 08:35:23 +01:00
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 parse: allow type Foo: Ord syntactically. 2020-02-22 00:19:27 +01:00
bounds-lifetime-where.stderr parse: allow type Foo: Ord syntactically. 2020-02-22 00:19:27 +01:00
bounds-lifetime.rs unify/improve/simplify attribute parsing 2020-03-10 08:35:23 +01:00
bounds-lifetime.stderr unify/improve/simplify attribute parsing 2020-03-10 08:35:23 +01:00
bounds-obj-parens.rs
bounds-type-where.rs
bounds-type-where.stderr
bounds-type.rs Add tests for RFC 2632 2020-01-09 16:47:05 -08:00
bounds-type.stderr Add tests for RFC 2632 2020-01-09 16:47:05 -08:00
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 Remove -Z continue-parse-after-error 2020-01-08 21:48:04 +03:00
byte-literals.stderr Remove -Z continue-parse-after-error 2020-01-08 21:48:04 +03:00
byte-string-literals.rs Remove -Z continue-parse-after-error 2020-01-08 21:48:04 +03:00
byte-string-literals.stderr Remove -Z continue-parse-after-error 2020-01-08 21:48:04 +03:00
chained-comparison-suggestion.rs Tweak chained operators diagnostic 2020-03-25 17:13:04 -07:00
chained-comparison-suggestion.stderr Tweak chained operators diagnostic 2020-03-25 17:13:04 -07:00
circular_modules_hello.rs
circular_modules_main.rs de-fatalize outline module parsing 2020-03-18 15:08:25 +01:00
circular_modules_main.stderr tweak outline module parsing spans 2020-03-18 15:08:25 +01:00
class-implements-bad-trait.rs
class-implements-bad-trait.stderr
closure-return-syntax.rs more reuse in block parsing & improve diagnostics. 2020-03-10 08:32:34 +01:00
closure-return-syntax.stderr error_block_no_opening_brace: handle closures better 2020-03-10 08:35:23 +01:00
column-offset-1-based.rs unify/improve/simplify attribute parsing 2020-03-10 08:35:23 +01:00
column-offset-1-based.stderr unify/improve/simplify attribute parsing 2020-03-10 08:35:23 +01:00
default-on-wrong-item-kind.rs parse: tweak diagnostic wordings 2020-02-24 00:59:38 +01:00
default-on-wrong-item-kind.stderr error_bad_item_kind: add help text 2020-03-26 14:13:50 +01:00
default-unmatched-assoc.rs parse: tweak diagnostic wordings 2020-02-24 00:59:38 +01:00
default-unmatched-assoc.stderr parse: tweak diagnostic wordings 2020-02-24 00:59:38 +01:00
default-unmatched-extern.rs parse: tweak diagnostic wordings 2020-02-24 00:59:38 +01:00
default-unmatched-extern.stderr parse: tweak diagnostic wordings 2020-02-24 00:59:38 +01:00
default-unmatched.rs parse: tweak diagnostic wordings 2020-02-24 00:59:38 +01:00
default-unmatched.stderr parse: tweak diagnostic wordings 2020-02-24 00:59:38 +01:00
default.rs parse: tweak diagnostic wordings 2020-02-24 00:59:38 +01:00
default.stderr parse: tweak diagnostic wordings 2020-02-24 00:59:38 +01:00
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 parser: misc small item related improvements & cleanups. 2020-02-13 16:29:10 +01:00
doc-before-eof.rs
doc-before-eof.stderr
doc-before-extern-rbrace.rs parser: unify item list parsing. 2020-02-13 15:16:29 +01:00
doc-before-extern-rbrace.stderr parser: unify item list parsing. 2020-02-13 15:16:29 +01:00
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 encode ; stmt w/o expr as StmtKind::Empty 2020-03-01 23:02:17 +01:00
doc-before-semi.stderr encode ; stmt w/o expr as StmtKind::Empty 2020-03-01 23:02:17 +01:00
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 parse_if_expr: recover on attributes 2020-03-10 08:55:18 +01:00
doc-comment-in-if-statement.stderr parse_if_expr: recover on attributes 2020-03-10 08:55:18 +01:00
doc-comment-in-stmt.rs suggest adding space in accidental doc comments 2020-01-30 09:00:35 -05:00
doc-comment-in-stmt.stderr suggest adding space in accidental doc comments 2020-01-30 09:00:35 -05:00
doc-inside-trait-item.rs
doc-inside-trait-item.stderr parser: unify item list parsing. 2020-02-13 15:16:29 +01:00
duplicate-visibility.rs parse: tweak diagnostic wordings 2020-02-24 00:59:38 +01:00
duplicate-visibility.stderr parse: tweak diagnostic wordings 2020-02-24 00:59:38 +01:00
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 can_begin_literal_maybe_minus: true on "-"? lit NTs. 2020-03-20 16:42:53 +01:00
extern-abi-raw-strings.rs
extern-abi-string-escaping.rs
extern-abi-syntactic.rs
extern-crate-async.rs parser: add test for 'extern crate async' 2020-02-13 10:40:17 +01:00
extern-crate-unexpected-token.rs parser: fuse free fn parsing together. 2020-02-13 10:39:24 +01:00
extern-crate-unexpected-token.stderr parser: fuse free fn parsing together. 2020-02-13 10:39:24 +01:00
extern-expected-fn-or-brace.rs parser: fuse free fn parsing together. 2020-02-13 10:39:24 +01:00
extern-expected-fn-or-brace.stderr parser: fuse free fn parsing together. 2020-02-13 10:39:24 +01:00
extern-foreign-crate.rs
extern-foreign-crate.stderr
extern-no-fn.rs parse: use parse_item_common in parse_foreign_item. 2020-02-24 00:59:38 +01:00
extern-no-fn.stderr parse: use parse_item_common in parse_assoc_item_. 2020-02-24 00:59:38 +01:00
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
fn-body-eq-expr-semi.rs parse: recover on fn foo() = expr; 2020-03-10 08:32:34 +01:00
fn-body-eq-expr-semi.stderr parse: recover on fn foo() = expr; 2020-03-10 08:32:34 +01:00
fn-body-optional-semantic-fail.rs parser: merge fn grammars wrt. bodies & headers 2020-02-05 01:27:09 +01:00
fn-body-optional-semantic-fail.stderr parser: merge fn grammars wrt. bodies & headers 2020-02-05 01:27:09 +01:00
fn-body-optional-syntactic-pass.rs parser: merge fn grammars wrt. bodies & headers 2020-02-05 01:27:09 +01:00
fn-header-semantic-fail.rs ast_validation: tweak diagnostic output 2020-02-13 10:40:17 +01:00
fn-header-semantic-fail.stderr Further tweak spans in ast validation errors 2020-03-06 10:55:21 -08:00
fn-header-syntactic-pass.rs parser: fuse free fn parsing together. 2020-02-13 10:39:24 +01:00
foreign-const-semantic-fail.rs parse: use parse_item_common in parse_foreign_item. 2020-02-24 00:59:38 +01:00
foreign-const-semantic-fail.stderr parse: use parse_item_common in parse_foreign_item. 2020-02-24 00:59:38 +01:00
foreign-const-syntactic-fail.rs reject assoc statics & extern consts during parsing 2020-02-15 22:21:00 +01:00
foreign-const-syntactic-fail.stderr reject assoc statics & extern consts during parsing 2020-02-15 22:21:00 +01:00
foreign-static-semantic-fail.rs ast/parser: fuse static & const grammars in all contexts. 2020-02-15 20:57:12 +01:00
foreign-static-semantic-fail.stderr ast/parser: fuse static & const grammars in all contexts. 2020-02-15 20:57:12 +01:00
foreign-static-syntactic-pass.rs ast/parser: fuse static & const grammars in all contexts. 2020-02-15 20:57:12 +01:00
foreign-ty-semantic-fail.rs ast: normalize ForeignItemKind::Ty & AssocItemKind::TyAlias. 2020-02-15 18:00:01 +01:00
foreign-ty-semantic-fail.stderr ast: normalize ForeignItemKind::Ty & AssocItemKind::TyAlias. 2020-02-15 18:00:01 +01:00
foreign-ty-syntactic-pass.rs ast: normalize ForeignItemKind::Ty & AssocItemKind::TyAlias. 2020-02-15 18:00:01 +01: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 ast: normalize ForeignItemKind::Ty & AssocItemKind::TyAlias. 2020-02-15 18:00:01 +01:00
impl-item-type-no-body-semantic-fail.stderr ast: normalize ForeignItemKind::Ty & AssocItemKind::TyAlias. 2020-02-15 18:00:01 +01:00
impl-parsing.rs parse: tweak diagnostic wordings 2020-02-24 00:59:38 +01:00
impl-parsing.stderr parse: tweak diagnostic wordings 2020-02-24 00:59:38 +01:00
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 bless tests 2020-03-06 19:37:22 +01:00
inner-attr-in-trait-def.rs parser: unify item list parsing. 2020-02-13 15:16:29 +01:00
inner-attr.rs
inner-attr.stderr bless tests 2020-03-06 19:37:22 +01:00
int-literal-too-large-span.rs
int-literal-too-large-span.stderr
intersection-patterns.rs
intersection-patterns.stderr
inverted-parameters.rs parser: address review comments re. self. 2020-02-02 13:32:37 +01:00
inverted-parameters.stderr parser: address review comments re. self. 2020-02-02 13:32:37 +01:00
issue-1655.rs unify/improve/simplify attribute parsing 2020-03-10 08:35:23 +01:00
issue-1655.stderr unify/improve/simplify attribute parsing 2020-03-10 08:35:23 +01:00
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 tweak outline module parsing spans 2020-03-18 15:08:25 +01:00
issue-6610.rs
issue-6610.stderr parse: use parse_item_common in parse_assoc_item_. 2020-02-24 00:59:38 +01:00
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 Move generic arg / param validation to create_substs_for_generic_args 2020-02-22 00:28:18 +00:00
issue-14303-fncall.stderr Add note regarding argument ordering 2020-02-22 11:34:29 +00:00
issue-14303-impl.rs
issue-14303-impl.stderr
issue-14303-path.rs Move generic arg / param validation to create_substs_for_generic_args 2020-02-22 00:28:18 +00:00
issue-14303-path.stderr Add note regarding argument ordering 2020-02-22 11:34:29 +00:00
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 --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
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 parse: use parse_item_common in parse_assoc_item_. 2020-02-24 00:59:38 +01:00
issue-19398.stderr parse: use parse_item_common in parse_assoc_item_. 2020-02-24 00:59:38 +01:00
issue-20711-2.rs parser: misc small item related improvements & cleanups. 2020-02-13 16:29:10 +01:00
issue-20711-2.stderr parse: use parse_item_common in parse_assoc_item_. 2020-02-24 00:59:38 +01:00
issue-20711.rs parser: misc small item related improvements & cleanups. 2020-02-13 16:29:10 +01:00
issue-20711.stderr parse: use parse_item_common in parse_assoc_item_. 2020-02-24 00:59:38 +01:00
issue-21153.rs parse: use parse_item_common in parse_assoc_item_. 2020-02-24 00:59:38 +01:00
issue-21153.stderr parse: use parse_item_common in parse_assoc_item_. 2020-02-24 00:59:38 +01:00
issue-22647.rs
issue-22647.stderr
issue-22712.rs
issue-22712.stderr
issue-23620-invalid-escapes.rs Remove -Z continue-parse-after-error 2020-01-08 21:48:04 +03:00
issue-23620-invalid-escapes.stderr Remove -Z continue-parse-after-error 2020-01-08 21:48:04 +03:00
issue-24197.rs
issue-24197.stderr
issue-24375.rs
issue-24375.stderr
issue-24780.rs parser: merge fn grammars wrt. bodies & headers 2020-02-05 01:27:09 +01:00
issue-24780.stderr parser: merge fn grammars wrt. bodies & headers 2020-02-05 01:27:09 +01:00
issue-27255.rs
issue-27255.stderr
issue-30318.rs
issue-30318.stderr
issue-32214.rs
issue-32214.stderr
issue-32446.rs
issue-32446.stderr parse: use parse_item_common in parse_assoc_item_. 2020-02-24 00:59:38 +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-35813-postfix-after-cast.rs Use multipart suggestion 2020-02-22 12:33:06 -08:00
issue-35813-postfix-after-cast.stderr Use multipart suggestion 2020-02-22 12:33:06 -08:00
issue-41155.rs parse: tweak diagnostic wordings 2020-02-24 00:59:38 +01:00
issue-41155.stderr parse: tweak diagnostic wordings 2020-02-24 00:59:38 +01:00
issue-43692.rs
issue-43692.stderr
issue-48137-macros-cannot-interpolate-impl-items-bad-variants.rs parse: test bad variants wrt. issue 48137. 2020-02-24 00:59:38 +01:00
issue-48137-macros-cannot-interpolate-impl-items-bad-variants.stderr error_bad_item_kind: add help text 2020-03-26 14:13:50 +01:00
issue-48137-macros-cannot-interpolate-impl-items.rs parse: NtItem -> parse_item_common. 2020-02-24 00:59:38 +01:00
issue-58094-missing-right-square-bracket.rs
issue-58094-missing-right-square-bracket.stderr parser: misc small item related improvements & cleanups. 2020-02-13 16:29:10 +01:00
issue-59418.rs
issue-59418.stderr
issue-62524.rs
issue-62524.stderr Avoid ICE in macro's diagnostics 2020-01-29 18:03:45 +09: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-62894.rs pacify missing sysroot spans issue 2020-03-24 06:28:56 +01:00
issue-62894.stderr pacify missing sysroot spans issue 2020-03-24 06:28:56 +01: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 Remove -Z continue-parse-after-error 2020-01-08 21:48:04 +03:00
issue-62913.stderr Remove -Z continue-parse-after-error 2020-01-08 21:48:04 +03:00
issue-62973.rs Update tests 2020-01-09 21:23:12 +03:00
issue-62973.stderr Update tests 2020-01-09 21:23:12 +03:00
issue-63115-range-pat-interpolated.rs Introduce #![feature(half_open_range_patterns)]. 2020-01-10 07:29:04 +01:00
issue-63116.rs
issue-63116.stderr use check_path more 2020-03-10 08:35:23 +01:00
issue-63135.rs unify/improve/simplify attribute parsing 2020-03-10 08:35:23 +01:00
issue-63135.stderr unify/improve/simplify attribute parsing 2020-03-10 08:35:23 +01: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 rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02:00
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 Introduce #![feature(half_open_range_patterns)]. 2020-01-10 07:29:04 +01:00
issue-66357-unexpected-unreachable.stderr Introduce #![feature(half_open_range_patterns)]. 2020-01-10 07:29:04 +01:00
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
issue-68629.rs Avoid ICE in macro's diagnostics 2020-01-29 18:03:45 +09:00
issue-68629.stderr Avoid ICE in macro's diagnostics 2020-01-29 18:03:45 +09:00
issue-68730.rs unify/improve/simplify attribute parsing 2020-03-10 08:35:23 +01:00
issue-68730.stderr unify/improve/simplify attribute parsing 2020-03-10 08:35:23 +01:00
issue-68788-in-trait-item-propagation.rs ast_validation: fix visiting bug. 2020-02-05 12:27:45 +01:00
issue-68890-2.rs simplify & improve parse_ty_tuple_or_parens 2020-03-10 08:35:23 +01:00
issue-68890-2.stderr Add explanation message for E0224 2020-03-21 15:43:12 +00:00
issue-68890.rs simplify & improve parse_ty_tuple_or_parens 2020-03-10 08:35:23 +01:00
issue-68890.stderr simplify & improve parse_ty_tuple_or_parens 2020-03-10 08:35:23 +01:00
issue-70050-ntliteral-accepts-negated-lit.rs can_begin_literal_maybe_minus: true on "-"? lit NTs. 2020-03-20 16:42:53 +01:00
issue-70388-recover-dotdotdot-rest-pat.rs Throw error when encountering ... instead of .. while destructing a pattern 2020-03-26 13:25:34 +05:30
issue-70388-recover-dotdotdot-rest-pat.stderr Throw error when encountering ... instead of .. while destructing a pattern 2020-03-26 13:25:34 +05:30
item-free-const-no-body-semantic-fail.rs ast: make = <expr>; optional in free statics/consts. 2020-02-15 20:57:12 +01:00
item-free-const-no-body-semantic-fail.stderr ast: make = <expr>; optional in free statics/consts. 2020-02-15 20:57:12 +01:00
item-free-const-no-body-syntactic-pass.rs ast: make = <expr>; optional in free statics/consts. 2020-02-15 20:57:12 +01:00
item-free-static-no-body-semantic-fail.rs ast: make = <expr>; optional in free statics/consts. 2020-02-15 20:57:12 +01:00
item-free-static-no-body-semantic-fail.stderr ast: make = <expr>; optional in free statics/consts. 2020-02-15 20:57:12 +01:00
item-free-static-no-body-syntactic-pass.rs ast: make = <expr>; optional in free statics/consts. 2020-02-15 20:57:12 +01:00
item-free-type-bounds-semantic-fail.rs parse: allow type Foo: Ord syntactically. 2020-02-22 00:19:27 +01:00
item-free-type-bounds-semantic-fail.stderr parse: allow type Foo: Ord syntactically. 2020-02-22 00:19:27 +01:00
item-free-type-bounds-syntactic-pass.rs parse: allow type Foo: Ord syntactically. 2020-02-22 00:19:27 +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
labeled-no-colon-expr.rs parse: recover on &'lt $expr / 'lt $expr. 2020-03-10 08:32:34 +01:00
labeled-no-colon-expr.stderr parser: add note for 'label expr. 2020-03-10 08:35:23 +01:00
lex-bad-binary-literal.rs
lex-bad-binary-literal.stderr
lex-bad-char-literals-1.rs Remove -Z continue-parse-after-error 2020-01-08 21:48:04 +03:00
lex-bad-char-literals-1.stderr Remove -Z continue-parse-after-error 2020-01-08 21:48:04 +03: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 Point at type in let assignment on type errors 2019-11-21 19:24:31 -08:00
lex-bad-char-literals-7.rs Remove -Z continue-parse-after-error 2020-01-08 21:48:04 +03:00
lex-bad-char-literals-7.stderr Remove -Z continue-parse-after-error 2020-01-08 21:48:04 +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 Remove -Z continue-parse-after-error 2020-01-08 21:48:04 +03:00
lex-bare-cr-string-literal-doc-comment.stderr Remove -Z continue-parse-after-error 2020-01-08 21:48:04 +03:00
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
mbe_missing_right_paren.rs
mbe_missing_right_paren.stderr parser: Keep current and previous tokens precisely 2020-02-10 00:08:53 +03: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 On mismatched delimiters, only point at empty blocks that are in the same line 2020-03-04 11:05:17 -08:00
missing_right_paren.rs parser: merge fn grammars wrt. bodies & headers 2020-02-05 01:27:09 +01:00
missing_right_paren.stderr parser: merge fn grammars wrt. bodies & headers 2020-02-05 01:27:09 +01:00
missing-semicolon.rs macro_legacy_warnings -> error 2020-02-13 13:59:49 +01:00
missing-semicolon.stderr macro_legacy_warnings -> error 2020-02-13 13:59:49 +01:00
mod_file_not_exist_windows.rs --bless windows test 2020-03-18 15:11:35 +01:00
mod_file_not_exist_windows.stderr --bless windows test 2020-03-18 15:11:35 +01:00
mod_file_not_exist.rs --bless windows test 2020-03-18 15:11:35 +01:00
mod_file_not_exist.stderr tweak outline module parsing spans 2020-03-18 15:08:25 +01:00
mod_file_with_path_attr.rs
mod_file_with_path_attr.stderr tweak outline module parsing spans 2020-03-18 15:08:25 +01:00
multiline-comment-line-tracking.rs
multiline-comment-line-tracking.stderr
multitrait.rs
multitrait.stderr
mut-patterns.rs parse: recover mut (x @ y) as (mut x @ mut y). 2020-02-17 16:08:13 +01:00
mut-patterns.stderr parse: recover mut (x @ y) as (mut x @ mut y). 2020-02-17 16:08:13 +01:00
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 parser: merge fn grammars wrt. bodies & headers 2020-02-05 01:27:09 +01:00
no-const-fn-in-extern-block.stderr parser: merge fn grammars wrt. bodies & headers 2020-02-05 01:27:09 +01:00
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 parser: merge fn grammars wrt. bodies & headers 2020-02-05 01:27:09 +01:00
nt-parsing-has-recovery.rs expand: add recovery for parse_nt 2020-03-24 06:28:56 +01:00
nt-parsing-has-recovery.stderr expand: add recovery for parse_nt 2020-03-24 06:28:56 +01:00
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 parser: address review comments re. self. 2020-02-02 13:32:37 +01:00
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 parser: address review comments re. self. 2020-02-02 13:32:37 +01:00
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 slice_patterns: remove gates in tests 2020-01-18 19:33:47 +01:00
pat-lt-bracket-6.stderr slice_patterns: remove gates in tests 2020-01-18 19:33:47 +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
pub-method-macro.rs parser: misc small item related improvements & cleanups. 2020-02-13 16:29:10 +01:00
pub-method-macro.stderr parser: misc small item related improvements & cleanups. 2020-02-13 16:29:10 +01:00
qualified-path-in-turbofish.fixed Improve wording and docs for qualified path recovery 2020-02-01 19:38:52 +00:00
qualified-path-in-turbofish.rs Improve wording and docs for qualified path recovery 2020-02-01 19:38:52 +00:00
qualified-path-in-turbofish.stderr Improve wording and docs for qualified path recovery 2020-02-01 19:38:52 +00:00
range_inclusive_dotdotdot.rs
range_inclusive_dotdotdot.stderr
range_inclusive.rs Ban ...X pats, harden tests, and improve diagnostics. 2020-01-11 08:58:58 +01:00
range_inclusive.stderr Ban ...X pats, harden tests, and improve diagnostics. 2020-01-11 08:58:58 +01:00
range-3.rs
range-3.stderr
range-4.rs
range-4.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 --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
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-quantified-closure.rs recover on for<'a> |...| body closures. 2020-03-21 09:54:03 +01:00
recover-quantified-closure.stderr recover on for<'a> |...| body closures. 2020-03-21 09:54:03 +01:00
recover-range-pats.rs Ban ...X pats, harden tests, and improve diagnostics. 2020-01-11 08:58:58 +01:00
recover-range-pats.stderr rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros. 2020-02-06 21:46:38 +02: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
regions-out-of-scope-slice.rs parse: recover on &'lt $expr / 'lt $expr. 2020-03-10 08:32:34 +01:00
regions-out-of-scope-slice.stderr parse: recover on &'lt $expr / 'lt $expr. 2020-03-10 08:32:34 +01:00
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 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 parse associated statics. 2020-02-15 20:57:12 +01:00
removed-syntax-static-fn.stderr parse: use parse_item_common in parse_assoc_item_. 2020-02-24 00:59:38 +01: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 Suggest a comma if a struct initializer field fails to parse 2020-02-14 22:28:13 -05:00
removed-syntax-with-2.rs
removed-syntax-with-2.stderr
require-parens-for-chained-comparison.rs Tweak chained operators diagnostic 2020-03-25 17:13:04 -07:00
require-parens-for-chained-comparison.stderr Tweak chained operators diagnostic 2020-03-25 17:13:04 -07:00
self-in-function-arg.rs
self-in-function-arg.stderr parser: address review comments re. self. 2020-02-02 13:32:37 +01:00
self-param-semantic-fail.rs parser: address review comments re. self. 2020-02-02 13:32:37 +01:00
self-param-semantic-fail.stderr parser: address review comments re. self. 2020-02-02 13:32:37 +01:00
self-param-syntactic-pass.rs parser: move restrictions re. self to ast_validation. 2020-02-02 10:33:55 +01:00
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
stripped-nested-outline-mod-pass.rs add test for stripped nested outline module 2020-03-18 15:08:25 +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 --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
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 add Span to ast::Defaultness::Default. 2020-02-24 00:59:38 +01:00
trait-item-with-defaultness-pass.rs Alias TraitItem & ImplItem. 2019-12-12 17:54:48 +01:00
trait-object-bad-parens.rs introduce negative_impls feature gate and document 2020-03-26 06:52:55 -04:00
trait-object-bad-parens.stderr introduce negative_impls feature gate and document 2020-03-26 06:52:55 -04:00
trait-object-lifetime-parens.rs trait-object-lifetime-parens: improve recovery. 2020-03-10 08:35:23 +01:00
trait-object-lifetime-parens.stderr trait-object-lifetime-parens: improve recovery. 2020-03-10 08:35:23 +01:00
trait-object-polytrait-priority.rs
trait-object-polytrait-priority.stderr
trait-object-trait-parens.rs simplify & improve parse_ty_tuple_or_parens 2020-03-10 08:35:23 +01:00
trait-object-trait-parens.stderr simplify & improve parse_ty_tuple_or_parens 2020-03-10 08:35:23 +01:00
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 review comment: wording 2020-02-10 13:58:36 -08:00
type-parameters-in-field-exprs.stderr review comment: wording 2020-02-10 13:58:36 -08:00
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 ast/parser: fuse static & const grammars in all contexts. 2020-02-15 20:57:12 +01:00
underscore_item_not_const.stderr ast/parser: fuse static & const grammars in all contexts. 2020-02-15 20:57:12 +01:00
underscore-suffix-for-float.rs
underscore-suffix-for-float.stderr
underscore-suffix-for-string.rs
underscore-suffix-for-string.stderr --bless --compare-mode=nll 2020-02-09 20:43:49 +01:00
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