Skip to content

Does not respect +toolchain argument to cargo. #123

@adlerd

Description

@adlerd

Running cargo +nightly build builds with rustup's "nightly" toolchain.

However, xargo seems to ignore this option; when it's passed, xargo doesn't even attempt to build libcore:

# rustup default stable
# xargo +nightly build --target simple
<...>
error[E0463]: can't find crate for `core`
  |
  = note: the `simple` target may not be installed
<...>

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