7 lines
202 B
Rust
7 lines
202 B
Rust
|
|
//@ ignore-test: this is an auxiliary file for circular-module-with-doc-comment-issue-97589.rs
|
||
|
|
|
||
|
|
//! this comment caused the circular dependency checker to break
|
||
|
|
|
||
|
|
#[path = "recursive.rs"]
|
||
|
|
mod recursive;
|