Skip to content
This repository was archived by the owner on Jun 5, 2020. It is now read-only.
This repository was archived by the owner on Jun 5, 2020. It is now read-only.

cargo-tree does not work on workspaces that use nightly features #67

@RalfJung

Description

@RalfJung

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions