You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 5, 2020. It is now read-only.
I am trying to use cargo tree on the rustc workspace, but all I get is
error: failed to parse manifest at `/home/r/src/rust/rustc.2/src/tools/miri/Cargo.toml`
Caused by:
the `default-run` manifest key is unstable
Caused by:
feature `default-run` is required
this Cargo does not support nightly features, but if you
switch to nightly channel you can add
`cargo-features = ["default-run"]` to enable this feature
Is there any way to use cargo tree on this workspace? I compiled cargo-tree with a nightly rustc but that did not help.