There’s another example. If you have no main()
function in a binary crate, you get the following output:
error: main function not found
error: aborting due to previous error
There’s another example. If you have no main()
function in a binary crate, you get the following output:
error: main function not found
error: aborting due to previous error