rust/tests/ui/mixed_attributes_style/mod_declaration.rs
2025-02-15 13:38:16 +01:00

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;