We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2557c16 commit a45fef4Copy full SHA for a45fef4
compiler-core/src/error.rs
@@ -825,8 +825,7 @@ package deletion or account suspension.
825
"Packages with the default main function cannot be published
826
827
Remove or modify the main function that contains only:
828
- `io.println(\"Hello from {package_name}!\")`
829
-"
+ `io.println(\"Hello from {package_name}!\")`"
830
);
831
832
vec![Diagnostic {
0 commit comments