We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
It should add ["--rust-target", "1.19"] but only adds the second part.
["--rust-target", "1.19"]
See the command_line_flags method of Builder in src/lib.rs.
command_line_flags
Builder
src/lib.rs
There are some tests that can be extended at the bottom of the file.
The text was updated successfully, but these errors were encountered:
Hi! If you have any questions regarding this issue, feel free to make a comment here, or ask it in the #servo channel in IRC.
#servo
If you intend to work on this issue, then add @highfive: assign me to your comment, and I'll assign this to you. 😄
@highfive: assign me
Sorry, something went wrong.
Hey @manaskarekar! Thanks for your interest in working on this issue. It's now assigned to you!
Auto merge of #1186 - manaskarekar:issue-1182, r=emilio
c3ec58c
Fix command_line_flags mis-generation of rust-target's flags. Trying to address issue #1182. r? @fitzgen
Thanks!
No branches or pull requests
It should add
["--rust-target", "1.19"]
but only adds the second part.See the
command_line_flags
method ofBuilder
insrc/lib.rs
.There are some tests that can be extended at the bottom of the file.
The text was updated successfully, but these errors were encountered: