File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- error[E0423 ]: expected function, found built- in attribute `main`
1
+ error[E0425 ]: cannot find function `main` in this scope
2
2
--> tests/ui/recursion.rs:7:5
3
3
|
4
4
7 | main(cs)
5
- | ^^^^ not a function
5
+ | ^^^^ not found in this scope
6
6
7
7
error[E0425]: cannot find function, tuple struct or tuple variant `DefaultHandler` in this scope
8
8
--> tests/ui/recursion.rs:12:5
Original file line number Diff line number Diff line change 1
- error[E0423 ]: expected function, found built- in attribute `main`
1
+ error[E0425 ]: cannot find function `main` in this scope
2
2
--> tests/ui/recursion2.rs:7:5
3
3
|
4
4
7 | main()
5
- | ^^^^ not a function
5
+ | ^^^^ not found in this scope
6
6
7
7
error[E0425]: cannot find function, tuple struct or tuple variant `DefaultHandler` in this scope
8
8
--> tests/ui/recursion2.rs:12:5
You can’t perform that action at this time.
0 commit comments