Sign in
rust
/
rust
/
HEAD
/
.
/
tests
/
ui
/
attributes
/
crate-root-path-in-different-file.rs
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