6 lines
298 B
Rust
6 lines
298 B
Rust
//@error-in-other-file: empty line after outer attribute
|
|
//@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;
|