-
-
Notifications
You must be signed in to change notification settings - Fork 38
cargo-tree does not work on workspaces that use nightly features #67
Comments
I bumped the cargo dependency to the not-yet-released Cargo 0.38 (accompanying Rust 1.37), but that still doesn't work for the rustc repo:
@ehuss @sfackler any advice for how to make cargo-tree work on the rustc repo? |
Hm, actually the error already happens with stable cargo-tree, if I remove the And also, that still means cargo-tree isn't usable for rustc even when the nightly feature situation is resolved. I am not sure how to make progress here. I really want to know which packages pull in old versions of |
cargo-tree only works for a single package. You need to do something like I'm not sure why |
My use-case here is to ask "which parts of the rustc workspace still depend on old versions memoffset, and through which other dependencies?"
|
You can opt into supporting nightly features by calling the |
I am trying to use
cargo tree
on the rustc workspace, but all I get isIs there any way to use
cargo tree
on this workspace? I compiledcargo-tree
with a nightly rustc but that did not help.The text was updated successfully, but these errors were encountered: