Closed
Description
A "how to use" information instead of the "upcall fail" messages would be nice:
$ rustc
error: No input filename given.
rust: upcall fail 'explicit failure', ../src/comp/driver/driver.rs:570
rust: domain main @0x10202aa00 root task failed
$ rustdoc
rust: upcall fail 'bounds check', ../src/rustdoc/rustdoc.rs:186
rust: domain main @0x10202aa00 root task failed
"cargo"'s feedback is quite good:
$ cargo
Usage: cargo <verb> [args...]
init Fetch default sources
install [source/]package-name Install by name
install uuid:[source/]package-uuid Install by uuid
list [source] List packages
search <name | '*'> [tags...] Search packages
sync Sync all sources
usage This
Metadata
Metadata
Assignees
Labels
Area: rustc_driver that ties everything together into the `rustc` compilerCategory: PRs that clean code up or issues documenting cleanup.Call for participation: Easy difficulty. Experience needed to fix: Not much. Good first issue.Relevant to the rustdoc team, which will review and decide on the PR/issue.