2020-03-14 15:28:17 +03:00
|
|
|
error[E0433]: failed to resolve: maybe a missing crate `r#mod`?
|
|
|
|
--> $DIR/issue-61732.rs:3:15
|
2019-12-04 01:31:35 +00:00
|
|
|
|
|
|
|
|
LL | pub(in crate::r#mod) fn main() {}
|
2020-03-14 15:28:17 +03:00
|
|
|
| ^^^^^ maybe a missing crate `r#mod`?
|
2022-05-22 11:48:35 +09:00
|
|
|
|
|
|
|
|
= help: consider adding `extern crate r#mod` to use the `r#mod` crate
|
2019-12-04 01:31:35 +00:00
|
|
|
|
2023-02-16 14:03:31 +00:00
|
|
|
error: aborting due to previous error
|
2019-12-04 01:31:35 +00:00
|
|
|
|
2020-03-14 15:28:17 +03:00
|
|
|
For more information about this error, try `rustc --explain E0433`.
|