Skip to content

"Target not found", even though it exists #834

@golddranks

Description

@golddranks

If I try to set nightly-x86_64-unknown-linux-musl as the default toolchain, I get an error:

$ rustup default nightly-x86_64-unknown-linux-musl
info: syncing channel updates for 'nightly-x86_64-unknown-linux-musl'
error: target not found: 'x86_64-unknown-linux-musl'

But obviously the target exists because I can compile with cargo build --target=x86_64-unknown-linux-musl just fine.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions