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.
1 parent eb77a74 commit 5711cb4Copy full SHA for 5711cb4
src/cargo/core/compiler/mod.rs
@@ -2010,7 +2010,7 @@ fn on_stderr_line_inner(
2010
2011
// Returns `true` if the diagnostic was modified.
2012
let add_pub_in_priv_diagnostic = |diag: &mut String| -> bool {
2013
- // Parsing the compiler diagnostic here is a bit 😬, but this information isn't
+ // We are parsing the compiler diagnostic here, as this information isn't
2014
// currently exposed elsewhere.
2015
// At the time of writing this comment, rustc emits two different
2016
// "exported_private_dependencies" errors:
0 commit comments