rustc/tests/rustdoc-ui/issues/issue-61732.rs
2024-10-21 11:08:01 +02:00

5 lines
137 B
Rust

// This previously triggered an ICE.
pub(in crate::r#mod) fn main() {}
//~^ ERROR failed to resolve: you might be missing crate `r#mod`