Skip to content
This repository was archived by the owner on Oct 6, 2024. It is now read-only.

Commit a65b7e8

Browse files
committed
Update ui test suite to nightly-2023-03-24
1 parent 8885e76 commit a65b7e8

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tests/ui/invalid-ident.stderr

+5-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,11 @@ error: expected identifier, found `0f`
66
5 | | }
77
| |_^ expected identifier
88
|
9-
= help: identifiers cannot start with a number
9+
help: identifiers cannot start with a number
10+
--> tests/ui/invalid-ident.rs:3:1
11+
|
12+
3 | paste! {
13+
| ^
1014
= note: this error originates in the macro `paste` (in Nightly builds, run with -Z macro-backtrace for more info)
1115

1216
error: `"f\""` is not a valid identifier

0 commit comments

Comments
 (0)