Skip to content
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

Closed
thiagopnts opened this issue Jan 7, 2014 · 2 comments
Closed

rust run? #11357

thiagopnts opened this issue Jan 7, 2014 · 2 comments

Comments

@thiagopnts
Copy link
Contributor

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 run rustc 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.

@alexcrichton
Copy link
Member

The rust command was removed awhile back due to a lack of maintenance, sadly.

@pnkfelix
Copy link
Member

pnkfelix commented Jan 7, 2014

See PR #9785 for the PR that removed it (with some explanation) and Issue #2238 for tracking adding one that would actually be supported.

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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants