rust/src/test/ui/parser
bors af791bb8f4 Auto merge of #55451 - estebank:arg-doc, r=pnkfelix
Custom diagnostic when trying to doc comment argument

When writing

```
pub fn f(
    /// Comment
    id: u8,
) {}
```

Produce a targeted diagnostic

```
error: documentation comments cannot be applied to method arguments
  --> $DIR/fn-arg-doc-comment.rs:2:5
   |
LL |     /// Comment
   |     ^^^^^^^^^^^ doc comments are not allowed here
```

Fix #54801.
2018-11-05 16:36:18 +00:00
..
macro Rollup merge of #55298 - estebank:macro-def, r=pnkfelix 2018-10-26 23:06:30 +08:00
raw Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
ascii-only-character-escape.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
ascii-only-character-escape.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
assoc-oddities-1.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
assoc-oddities-1.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
assoc-oddities-2.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
assoc-oddities-2.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
associated-types-project-from-hrtb-explicit.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
associated-types-project-from-hrtb-explicit.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
attr-bad-meta-2.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
attr-bad-meta-2.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
attr-bad-meta-3.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
attr-bad-meta-3.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
attr-bad-meta.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
attr-bad-meta.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
attr-before-eof.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
attr-before-eof.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
attr-dangling-in-fn.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
attr-dangling-in-fn.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
attr-dangling-in-mod.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
attr-dangling-in-mod.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
attr.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
attr.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
attrs-after-extern-mod.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
attrs-after-extern-mod.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bad-char-literals.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bad-char-literals.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bad-lit-suffixes.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bad-lit-suffixes.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bad-match.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bad-match.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bad-name.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bad-name.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bad-pointer-type.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bad-pointer-type.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bad-value-ident-false.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bad-value-ident-false.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bad-value-ident-true.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bad-value-ident-true.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
better-expected.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
better-expected.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bind-struct-early-modifiers.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bind-struct-early-modifiers.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bound-single-question-mark.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bound-single-question-mark.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bounds-lifetime-1.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bounds-lifetime-1.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bounds-lifetime-2.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bounds-lifetime-2.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bounds-lifetime-where-1.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bounds-lifetime-where-1.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bounds-lifetime-where.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bounds-lifetime-where.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bounds-lifetime.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bounds-lifetime.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bounds-obj-parens.rs Make some ui/parser tests compile-pass 2018-10-21 14:06:28 +03:00
bounds-type-where.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bounds-type-where.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bounds-type.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
bounds-type.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
brace-after-qualified-path-in-match.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
brace-after-qualified-path-in-match.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
byte-literals.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
byte-literals.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
byte-string-literals.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
byte-string-literals.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
circular_modules_hello.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
circular_modules_main.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
circular_modules_main.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
class-implements-bad-trait.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
class-implements-bad-trait.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
closure-return-syntax.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
closure-return-syntax.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
column-offset-1-based.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
column-offset-1-based.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
default.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
default.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
do-catch-suggests-try.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
do-catch-suggests-try.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
doc-after-struct-field.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
doc-after-struct-field.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
doc-before-attr.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
doc-before-attr.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
doc-before-eof.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
doc-before-eof.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
doc-before-extern-rbrace.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
doc-before-extern-rbrace.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
doc-before-fn-rbrace.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
doc-before-fn-rbrace.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
doc-before-identifier.rs Use token description in "expected/found" parse messages 2018-10-28 16:05:50 -07:00
doc-before-identifier.stderr Use token description in "expected/found" parse messages 2018-10-28 16:05:50 -07:00
doc-before-mod-rbrace.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
doc-before-mod-rbrace.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
doc-before-rbrace.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
doc-before-rbrace.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
doc-before-semi.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
doc-before-semi.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
doc-before-struct-rbrace-1.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
doc-before-struct-rbrace-1.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
doc-before-struct-rbrace-2.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
doc-before-struct-rbrace-2.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
doc-comment-in-if-statement.rs Use token description in "expected/found" parse messages 2018-10-28 16:05:50 -07:00
doc-comment-in-if-statement.stderr Use token description in "expected/found" parse messages 2018-10-28 16:05:50 -07:00
duplicate-visibility.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
duplicate-visibility.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
empty-impl-semicolon.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
empty-impl-semicolon.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
extern-crate-unexpected-token.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
extern-crate-unexpected-token.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
extern-expected-fn-or-brace.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
extern-expected-fn-or-brace.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
extern-foreign-crate.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
extern-foreign-crate.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
extern-no-fn.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
extern-no-fn.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
fn-arg-doc-comment.rs Produce targeted diagnostic when using doc comments on fn args 2018-10-28 11:38:50 -07:00
fn-arg-doc-comment.stderr Produce targeted diagnostic when using doc comments on fn args 2018-10-28 11:38:50 -07:00
if-in-in.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
if-in-in.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
impl-parsing.rs Move more parsing tests to ui/parser 2018-10-21 14:06:28 +03:00
impl-parsing.stderr Move more parsing tests to ui/parser 2018-10-21 14:06:28 +03:00
impl-qpath.rs Make some ui/parser tests compile-pass 2018-10-21 14:06:28 +03:00
import-from-path.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
import-from-path.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
import-from-rename.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
import-from-rename.stderr Use token description in "expected/found" parse messages 2018-10-28 16:05:50 -07:00
import-glob-path.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
import-glob-path.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
import-glob-rename.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
import-glob-rename.stderr Use token description in "expected/found" parse messages 2018-10-28 16:05:50 -07:00
inner-attr-after-doc-comment.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
inner-attr-after-doc-comment.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
inner-attr.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
inner-attr.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
int-literal-too-large-span.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
int-literal-too-large-span.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
inverted-parameters.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
inverted-parameters.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
issue-1655.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-1655.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-1802-1.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-1802-1.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-1802-2.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-1802-2.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-2354-1.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-2354-1.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-2354.rs Move more parsing tests to ui/parser 2018-10-21 14:06:28 +03:00
issue-2354.stderr Move more parsing tests to ui/parser 2018-10-21 14:06:28 +03:00
issue-3036.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-3036.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-5544-a.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-5544-a.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-5544-b.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-5544-b.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-5806.rs Fix a few tests with target-specific output 2018-10-21 14:06:29 +03:00
issue-5806.stderr Fix a few tests with target-specific output 2018-10-21 14:06:29 +03:00
issue-6610.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-6610.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-8537.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-8537.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-10392-2.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-10392-2.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-10392.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-10392.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-10636-1.rs Move more parsing tests to ui/parser 2018-10-21 14:06:28 +03:00
issue-10636-1.stderr Move more parsing tests to ui/parser 2018-10-21 14:06:28 +03:00
issue-10636-2.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
issue-10636-2.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
issue-14303-enum.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-14303-enum.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-14303-fn-def.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-14303-fn-def.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-14303-fncall.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-14303-fncall.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-14303-impl.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-14303-impl.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-14303-path.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-14303-path.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-14303-struct.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-14303-struct.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-14303-trait.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-14303-trait.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-15914.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-15914.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-15980.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
issue-15980.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
issue-17383.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-17383.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-17718-const-mut.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-17718-const-mut.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-17904-2.rs Use token description in "expected/found" parse messages 2018-10-28 16:05:50 -07:00
issue-17904-2.stderr Use token description in "expected/found" parse messages 2018-10-28 16:05:50 -07:00
issue-17904.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-17904.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-19096.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-19096.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-19398.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-19398.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-20711-2.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-20711-2.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-20711.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-20711.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-21153.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-21153.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-22647.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
issue-22647.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
issue-22712.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
issue-22712.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
issue-23620-invalid-escapes.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-23620-invalid-escapes.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-24197.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
issue-24197.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
issue-24375.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
issue-24375.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
issue-24780.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-24780.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-27255.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-27255.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-30318.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-30318.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-32214.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-32214.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-32446.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-32446.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-32501.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-32501.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-32505.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-32505.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-33262.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-33262.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-33413.rs Provide specific label for patern parsing error 2018-10-28 14:38:00 -07:00
issue-33413.stderr Provide specific label for patern parsing error 2018-10-28 14:38:00 -07:00
issue-33455.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
issue-33455.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
issue-41155.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
issue-41155.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
issue-43692.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
issue-43692.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-abstract.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-abstract.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-as-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-as-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-box-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-box-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-break-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-break-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-const-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-const-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-continue-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-continue-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-else-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-else-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-enum-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-enum-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-final.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-final.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-fn-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-fn-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-for-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-for-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-if-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-if-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-impl-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-impl-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-in-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-in-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-let-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-let-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-loop-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-loop-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-match-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-match-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-mod-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-mod-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-move-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-move-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-mut-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-mut-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-override.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-override.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-pub-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-pub-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-ref-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-ref-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-return-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-return-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-static-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-static-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-struct-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-struct-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-trait-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-trait-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-try-as-identifier-edition2018.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-try-as-identifier-edition2018.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-type-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-type-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-typeof.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-typeof.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-unsafe-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-unsafe-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-use-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-use-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-where-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-where-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-while-as-identifier.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword-while-as-identifier.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keyword.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keywords-followed-by-double-colon.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
keywords-followed-by-double-colon.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
lex-bad-binary-literal.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
lex-bad-binary-literal.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
lex-bad-char-literals-1.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
lex-bad-char-literals-1.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
lex-bad-char-literals-2.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
lex-bad-char-literals-2.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
lex-bad-char-literals-3.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
lex-bad-char-literals-3.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
lex-bad-char-literals-4.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
lex-bad-char-literals-4.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
lex-bad-char-literals-5.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
lex-bad-char-literals-5.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
lex-bad-numeric-literals.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
lex-bad-numeric-literals.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
lex-bad-octal-literal.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
lex-bad-octal-literal.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
lex-bad-token.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
lex-bad-token.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
lex-bare-cr-string-literal-doc-comment.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
lex-bare-cr-string-literal-doc-comment.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
lex-stray-backslash.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
lex-stray-backslash.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
lifetime-in-pattern.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
lifetime-in-pattern.stderr Provide specific label for patern parsing error 2018-10-28 14:38:00 -07:00
lifetime-semicolon.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
lifetime-semicolon.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
macro-bad-delimiter-ident.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
macro-bad-delimiter-ident.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
macro-keyword.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
macro-keyword.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
macro-mismatched-delim-brace-paren.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
macro-mismatched-delim-brace-paren.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
macro-mismatched-delim-paren-brace.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
macro-mismatched-delim-paren-brace.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
macros-no-semicolon-items.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
macros-no-semicolon-items.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
macros-no-semicolon.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
macros-no-semicolon.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
match-arrows-block-then-binop.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
match-arrows-block-then-binop.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
match-refactor-to-expr.rs Point at match when a parse failure ocurrs inside of it 2018-10-28 11:41:23 -07:00
match-refactor-to-expr.stderr Point at match when a parse failure ocurrs inside of it 2018-10-28 11:41:23 -07:00
match-vec-invalid.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
match-vec-invalid.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
mod_file_not_exist.rs Fix a few tests with target-specific output 2018-10-21 14:06:29 +03:00
mod_file_not_exist.stderr Fix a few tests with target-specific output 2018-10-21 14:06:29 +03:00
mod_file_not_exist_windows.rs Fix a few tests with target-specific output 2018-10-21 14:06:29 +03:00
mod_file_not_exist_windows.stderr Fix a few tests with target-specific output 2018-10-21 14:06:29 +03:00
mod_file_with_path_attr.rs Fix a few tests with target-specific output 2018-10-21 14:06:29 +03:00
mod_file_with_path_attr.stderr Fix a few tests with target-specific output 2018-10-21 14:06:29 +03:00
multiline-comment-line-tracking.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
multiline-comment-line-tracking.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
multitrait.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
multitrait.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
mut-patterns.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
mut-patterns.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
new-unicode-escapes-1.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
new-unicode-escapes-1.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
new-unicode-escapes-2.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
new-unicode-escapes-2.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
new-unicode-escapes-3.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
new-unicode-escapes-3.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
new-unicode-escapes-4.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
new-unicode-escapes-4.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
no-binary-float-literal.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
no-binary-float-literal.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
no-hex-float-literal.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
no-hex-float-literal.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
no-unsafe-self.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
no-unsafe-self.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
not-a-pred.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
not-a-pred.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
omitted-arg-in-item-fn.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
omitted-arg-in-item-fn.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
paamayim-nekudotayim.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
paamayim-nekudotayim.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
paren-after-qualified-path-in-match.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
paren-after-qualified-path-in-match.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
pat-lt-bracket-1.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
pat-lt-bracket-1.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
pat-lt-bracket-2.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
pat-lt-bracket-2.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
pat-lt-bracket-3.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
pat-lt-bracket-3.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
pat-lt-bracket-4.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
pat-lt-bracket-4.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
pat-lt-bracket-5.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
pat-lt-bracket-5.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
pat-lt-bracket-6.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
pat-lt-bracket-6.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
pat-lt-bracket-7.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
pat-lt-bracket-7.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
pat-ranges-1.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
pat-ranges-1.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
pat-ranges-2.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
pat-ranges-2.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
pat-ranges-3.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
pat-ranges-3.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
pat-ranges-4.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
pat-ranges-4.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
pat-ref-enum.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
pat-ref-enum.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
pat-tuple-1.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
pat-tuple-1.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
pat-tuple-2.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
pat-tuple-2.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
pat-tuple-3.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
pat-tuple-3.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
pat-tuple-4.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
pat-tuple-4.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
pat-tuple-5.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
pat-tuple-5.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
pub-method-macro.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
pub-method-macro.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
range-3.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
range-3.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
range-4.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
range-4.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
range_inclusive.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
range_inclusive.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
range_inclusive_dotdotdot.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
range_inclusive_dotdotdot.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
raw-byte-string-eof.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
raw-byte-string-eof.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
raw-byte-string-literals.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
raw-byte-string-literals.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
raw-str-delim.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
raw-str-delim.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
raw-str-unbalanced.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
raw-str-unbalanced.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
raw-str-unterminated.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
raw-str-unterminated.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
recover-enum.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
recover-enum.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
recover-enum2.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
recover-enum2.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
recover-struct.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
recover-struct.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
regions-out-of-scope-slice.rs Fix a few tests with target-specific output 2018-10-21 14:06:29 +03:00
regions-out-of-scope-slice.stderr Fix a few tests with target-specific output 2018-10-21 14:06:29 +03:00
removed-syntax-closure-lifetime.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-closure-lifetime.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-enum-newtype.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-enum-newtype.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-extern-const.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-extern-const.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-field-let.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-field-let.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-field-semicolon.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-field-semicolon.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-fixed-vec.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-fixed-vec.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-fn-sigil.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-fn-sigil.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-mode.rs Provide specific label for patern parsing error 2018-10-28 14:38:00 -07:00
removed-syntax-mode.stderr Provide specific label for patern parsing error 2018-10-28 14:38:00 -07:00
removed-syntax-mut-vec-expr.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-mut-vec-expr.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-mut-vec-ty.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-mut-vec-ty.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-ptr-lifetime.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-ptr-lifetime.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-record.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-record.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-static-fn.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-static-fn.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-uniq-mut-expr.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-uniq-mut-expr.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-uniq-mut-ty.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-uniq-mut-ty.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-with-1.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-with-1.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-with-2.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
removed-syntax-with-2.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
require-parens-for-chained-comparison.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
require-parens-for-chained-comparison.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
struct-field-numeric-shorthand.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
struct-field-numeric-shorthand.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
struct-literal-in-for.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
struct-literal-in-for.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
struct-literal-in-if.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
struct-literal-in-if.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
struct-literal-in-match-discriminant.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
struct-literal-in-match-discriminant.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
struct-literal-in-while.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
struct-literal-in-while.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
struct-literal-restrictions-in-lamda.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
struct-literal-restrictions-in-lamda.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
tag-variant-disr-non-nullary.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
tag-variant-disr-non-nullary.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
trailing-carriage-return-in-string.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
trailing-carriage-return-in-string.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
trailing-plus-in-bounds.rs Make some ui/parser tests compile-pass 2018-10-21 14:06:28 +03:00
trait-bounds-not-on-impl.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
trait-bounds-not-on-impl.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
trait-object-bad-parens.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
trait-object-bad-parens.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
trait-object-lifetime-parens.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
trait-object-lifetime-parens.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
trait-object-polytrait-priority.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
trait-object-polytrait-priority.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
trait-object-trait-parens.rs Make some ui/parser tests compile-pass 2018-10-21 14:06:28 +03:00
trait-plusequal-splitting.rs Make some ui/parser tests compile-pass 2018-10-21 14:06:28 +03:00
trait-pub-assoc-const.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
trait-pub-assoc-const.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
trait-pub-assoc-ty.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
trait-pub-assoc-ty.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
trait-pub-method.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
trait-pub-method.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
type-parameters-in-field-exprs.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
type-parameters-in-field-exprs.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
unbalanced-doublequote.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
unbalanced-doublequote.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
unclosed-braces.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
unclosed-braces.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
underscore-suffix-for-float.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
underscore-suffix-for-float.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
underscore-suffix-for-string.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
underscore-suffix-for-string.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
unicode-chars.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
unicode-chars.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
unsized.rs Use token description in "expected/found" parse messages 2018-10-28 16:05:50 -07:00
unsized.stderr Use token description in "expected/found" parse messages 2018-10-28 16:05:50 -07:00
unsized2.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
unsized2.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
use-as-where-use-ends-with-mod-sep.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
use-as-where-use-ends-with-mod-sep.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
use-ends-with-mod-sep.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
use-ends-with-mod-sep.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
variadic-ffi-3.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
variadic-ffi-3.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
variadic-ffi-4.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
variadic-ffi-4.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
virtual-structs.rs Use token description in "expected/found" parse messages 2018-10-28 16:05:50 -07:00
virtual-structs.stderr Use token description in "expected/found" parse messages 2018-10-28 16:05:50 -07:00
where-clauses-no-bounds-or-predicates.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
where-clauses-no-bounds-or-predicates.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
where_with_bound.rs Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
where_with_bound.stderr Move parse-fail tests to UI 2018-10-21 14:06:28 +03:00
wrong-escape-of-curly-braces.rs Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00
wrong-escape-of-curly-braces.stderr Make sure all ui/parse tests have -Z parse-only 2018-10-21 14:06:29 +03:00