Sign in
rust
/
rust
/
e8a00a7621606f8c4a34b679cefaaa6aecf2442e
/
.
/
src
/
tools
/
clippy
/
tests
/
ui
/
mixed_attributes_style
/
mod_declaration.rs
blob: 8cef6a80048a5bd3ca2abe50be4a93d895fc1fce [
file
] [
log
] [
blame
]
//@error-in-other-file: item has both inner and outer attributes
//@no-rustfix
#[
path
=
"auxiliary/submodule.rs"
]
// don't lint.
/// This doc comment should not lint, it could be used to add context to the original module doc
mod
submodule
;