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