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 049f4db commit 52525bcCopy full SHA for 52525bc
src/tools/rust-analyzer/crates/project-model/src/cargo_workspace.rs
@@ -299,7 +299,9 @@ impl CargoWorkspace {
299
);
300
if let Ok((_, Some(ref e))) = res {
301
tracing::warn!(
302
- "`cargo metadata` failed on `{cargo_toml}`, but retry with `--no-deps` succeeded"
+ %cargo_toml,
303
+ %e,
304
+ "`cargo metadata` failed, but retry with `--no-deps` succeeded"
305
306
tracing::debug!("{e:?}");
307
}
0 commit comments