refactor(future): Group shell output

This commit is contained in:
Ed Page 2025-09-08 15:09:11 -05:00
parent acf54a080e
commit 9e401f67f6

View File

@ -501,7 +501,6 @@ https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch
version of Rust: {}",
package_vers.join(", ")
)));
}
if bcx.build_config.future_incompat_report {
if !suggestion_message.is_empty() {
drop(bcx.gctx.shell().note(&suggestion_message));
@ -519,4 +518,5 @@ https://doc.rust-lang.org/cargo/reference/overriding-dependencies.html#the-patch
saved_report_id
)));
}
}
}