Skip to content

Commit

Permalink
tests: Adjust expected error message with fix applied
Browse files Browse the repository at this point in the history
  • Loading branch information
gamma0987 committed Sep 6, 2024
1 parent 6a1f248 commit e0305ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/ui/multiple_tokens.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ error: ...
--> tests/ui/multiple_tokens.rs:2:1
|
2 | type T = ();
| ^^^^^^
| ^^^^^^^^^^^^
2 changes: 1 addition & 1 deletion tests/ui/to_tokens_span.stderr
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ error: whole type
--> tests/ui/to_tokens_span.rs:3:17
|
3 | to_tokens_span!(std::option::Option);
| ^^^^
| ^^^^^^^^^^^^^^^^^^^

error: explicit .span()
--> tests/ui/to_tokens_span.rs:3:17
Expand Down

0 comments on commit e0305ab

Please sign in to comment.