Skip to content

Commit 0ce415d

Browse files
committed
Fix trybuild cases with new nightly
1 parent fcffc03 commit 0ce415d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

macros/tests/ui/recursion.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
error[E0423]: expected function, found built-in attribute `main`
1+
error[E0425]: cannot find function `main` in this scope
22
--> tests/ui/recursion.rs:7:5
33
|
44
7 | main(cs)
5-
| ^^^^ not a function
5+
| ^^^^ not found in this scope
66

77
error[E0425]: cannot find function, tuple struct or tuple variant `DefaultHandler` in this scope
88
--> tests/ui/recursion.rs:12:5

macros/tests/ui/recursion2.stderr

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
error[E0423]: expected function, found built-in attribute `main`
1+
error[E0425]: cannot find function `main` in this scope
22
--> tests/ui/recursion2.rs:7:5
33
|
44
7 | main()
5-
| ^^^^ not a function
5+
| ^^^^ not found in this scope
66

77
error[E0425]: cannot find function, tuple struct or tuple variant `DefaultHandler` in this scope
88
--> tests/ui/recursion2.rs:12:5

0 commit comments

Comments
 (0)