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.
For example, #![crate_type(lib)] produces
#![crate_type(lib)]
error: main function not found error: aborting due to previous error
which is not a very good clue to the correct syntax #![crate_type="lib"].
#![crate_type="lib"]