-
Notifications
You must be signed in to change notification settings - Fork 13.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rust run? #11357
Comments
The |
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
Dec 1, 2023
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Dec 1, 2023
…re_call_on_closure_returns_async_block, r=llogiq [`redundant_closure_call`]: avoid duplicated `async` keyword when triggering on closure that returns `async` block close rust-lang#11357 ---- *Please write a short comment explaining your change (or "none" for internal only changes)* changelog: [`redundant_closure_call`]: avoid duplicated `async` keyword when triggering on closure that returns `async` block
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I installed the latest version of Rust through homebrew, but the
rust
command is not working.To install, I did:
brew install --HEAD rust
rust run hello.rs
gives me "command not found: rust". But I'm able to runrustc hello.rs && ./hello
.Am I missing something here? As far as I remember, when I installed an older version I was able to use it.
The text was updated successfully, but these errors were encountered: