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

rustc complains with -L. #2822

Closed
jdm opened this issue Jul 6, 2012 · 0 comments
Closed

rustc complains with -L. #2822

jdm opened this issue Jul 6, 2012 · 0 comments
Labels
A-frontend Area: Compiler frontend (errors, parsing and HIR)
Milestone

Comments

@jdm
Copy link
Contributor

jdm commented Jul 6, 2012

getopts needs some further work to make single-character arguments work, apparently.

@ghost ghost assigned jdm Jul 6, 2012
@ghost ghost assigned catamorphism Dec 8, 2012
saethlin pushed a commit to saethlin/rust that referenced this issue Apr 11, 2023
Correctly quote env vars in single quoted string in bash

single quotes don't allow env vars. So we unquote the single quote, start a double quote for where we use env vars and then unquote the double quote and continue with the single quote.
celinval added a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
Update rust toolchain to 2023-10-16 and update failing test.

The coverage test was failing because the logic was being pruned by
rustup.

Resolves rust-lang#2817
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-frontend Area: Compiler frontend (errors, parsing and HIR)
Projects
None yet
Development

No branches or pull requests

2 participants