Skip to content
This repository has been archived by the owner on Dec 27, 2022. It is now read-only.

Commit

Permalink
Update ui tests to nightly-2020-02-29
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed Mar 1, 2020
1 parent 226799d commit 364468e
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
11 changes: 8 additions & 3 deletions tests/ui/type-path-eof2.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
error: no rules expected the token `T`
--> $DIR/type-path-eof2.rs:5:18
--> $DIR/type-path-eof2.rs:3:1
|
5 | input = [{ S<T }]
| ^ no rules expected this token in macro call
3 | / tt_call! {
4 | | macro = [{ parse_type }]
5 | | input = [{ S<T }]
6 | | }
| |_^ no rules expected this token in macro call
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
11 changes: 8 additions & 3 deletions tests/ui/type-qpath-eof2.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
error: no rules expected the token `T`
--> $DIR/type-qpath-eof2.rs:5:17
--> $DIR/type-qpath-eof2.rs:3:1
|
5 | input = [{ <T }]
| ^ no rules expected this token in macro call
3 | / tt_call! {
4 | | macro = [{ parse_type }]
5 | | input = [{ <T }]
6 | | }
| |_^ no rules expected this token in macro call
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
11 changes: 8 additions & 3 deletions tests/ui/type-qpath-eof4.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
error: no rules expected the token `F`
--> $DIR/type-qpath-eof4.rs:5:22
--> $DIR/type-qpath-eof4.rs:3:1
|
5 | input = [{ <T as F }]
| ^ no rules expected this token in macro call
3 | / tt_call! {
4 | | macro = [{ parse_type }]
5 | | input = [{ <T as F }]
6 | | }
| |_^ no rules expected this token in macro call
|
= note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)

0 comments on commit 364468e

Please sign in to comment.