2024-09-11 13:29:25 -07:00
|
|
|
// Regression test for #97589: a doc-comment on a circular module bypassed cycle detection
|
|
|
|
|
|
|
|
|
|
#![crate_type = "lib"]
|
|
|
|
|
|
|
|
|
|
pub mod recursive;
|
2025-03-29 02:41:32 +03:00
|
|
|
|
|
|
|
|
//~? ERROR circular modules: $DIR/recursive.rs -> $DIR/recursive.rs
|