blob: 66e7b5d7a718becde03b8c1aeb50455352c5bd8c [file]
#![deny(unused_attributes)]
#[path = "auxiliary/submod.rs"]
mod submod;
fn main() {}
//~? ERROR the `#![crate_name]` attribute can only be used at the crate root