mirror of
https://git.proxmox.com/git/rustc
synced 2026-03-28 09:54:41 +00:00
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;
|