For example, `#![crate_type(lib)]` produces ``` 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"]`.