rust/tests/rustdoc-ui/issues/issue-61732.stderr

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

12 lines
381 B
Plaintext
Raw Normal View History

error[E0433]: failed to resolve: maybe a missing crate `r#mod`?
--> $DIR/issue-61732.rs:3:15
2019-12-03 19:31:35 -06:00
|
LL | pub(in crate::r#mod) fn main() {}
| ^^^^^ maybe a missing crate `r#mod`?
|
= help: consider adding `extern crate r#mod` to use the `r#mod` crate
2019-12-03 19:31:35 -06:00
error: aborting due to previous error
2019-12-03 19:31:35 -06:00
For more information about this error, try `rustc --explain E0433`.