about summary refs log tree commit diff
path: root/src/test/rustdoc-ui/issue-61732.stderr
blob: 8213422491120fd6b410ea2121f0be8a99bf1ff3 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0433]: failed to resolve: maybe a missing crate `r#mod`?
  --> $DIR/issue-61732.rs:3:15
   |
LL | pub(in crate::r#mod) fn main() {}
   |               ^^^^^ maybe a missing crate `r#mod`?

error: Compilation failed, aborting rustdoc

error: aborting due to 2 previous errors

For more information about this error, try `rustc --explain E0433`.