blob: 8cef6a80048a5bd3ca2abe50be4a93d895fc1fce (
plain)
1
2
3
4
5
|
//@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;
|