2020-03-14 07:28:17 -05:00
|
|
|
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() {}
|
2020-03-14 07:28:17 -05:00
|
|
|
| ^^^^^ maybe a missing crate `r#mod`?
|
2022-05-21 21:48:35 -05:00
|
|
|
|
|
|
|
|
= help: consider adding `extern crate r#mod` to use the `r#mod` crate
|
2019-12-03 19:31:35 -06:00
|
|
|
|
2023-02-16 08:03:31 -06:00
|
|
|
error: aborting due to previous error
|
2019-12-03 19:31:35 -06:00
|
|
|
|
2020-03-14 07:28:17 -05:00
|
|
|
For more information about this error, try `rustc --explain E0433`.
|