We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
cargo check
1 parent bbe4971 commit 2f29e69Copy full SHA for 2f29e69
src/librustdoc/core.rs
@@ -645,7 +645,7 @@ impl<'hir> Visitor<'hir> for EmitIgnoredResolutionErrors<'_, 'hir> {
645
);
646
err.span_label(path.span, label);
647
err.note("this error was originally ignored because you are running `rustdoc`");
648
- err.note("try running again with `rustc` and you may get a more detailed error");
+ err.note("try running again with `rustc` or `cargo check` and you may get a more detailed error");
649
err.emit();
650
}
651
// We could have an outer resolution that succeeded,
0 commit comments