about summary refs log tree commit diff
path: root/tests/rustdoc-ui/issues/issue-61732.rs
blob: 3969ab92c32ee68849cb9a1b1e0bc25e847aa2c7 (plain)
1
2
3
4
// This previously triggered an ICE.

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