You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/test/ui/main-wrong-location.stderr
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
error[E0601]: main function not found
1
+
error[E0601]: main function not found in crate main_wrong_location
2
2
|
3
3
= note: the main function must be defined at the crate level but you have one or more functions named 'main' that are not defined at the crate level. Either move the definition or attach the `#[main]` attribute to override this behavior.
0 commit comments