You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
╭ ➜ ben@archlinux:~/miri
╰ ➤ ./miri rustc-push saethlin miri
This will pull a copy of the rust-lang/rust history into this Miri checkout, growing it by about 1GB.
To avoid that, abort now and set the `--rustc-git` flag to an existing rustc checkout. Proceed? [y/N] N
╭ ➜ ben@archlinux:~/miri
╰ ➤ ./miri rustc-push saethlin miri --rustc-git=/home/ben/rust
Error: Too many arguments for `./miri rustc-push GITHUB_USER BRANCH`
╭ ➜ ben@archlinux:~/miri
╰ ➤ ./miri --rustc-git=/home/ben/rust rustc-push saethlin miri
Unknown or missing command. Usage:
<snip>
This flag sounds useful, maybe we just need to fix some parsing?
The text was updated successfully, but these errors were encountered:
This flag sounds useful, maybe we just need to fix some parsing?
The text was updated successfully, but these errors were encountered: