Skip to content

The regular Vim syntax/indent maintainence #10149

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

Merged
merged 2 commits into from
Oct 30, 2013

Conversation

chris-morgan
Copy link
Member

  • Syntax updates for the regular prelude changes.
  • Fix an issue with the indentation of the second line of wrapped function arguments.

bors added a commit that referenced this pull request Oct 30, 2013
…ickt

- Syntax updates for the regular prelude changes.
- Fix an issue with the indentation of the second line of wrapped function arguments.
@bors bors closed this Oct 30, 2013
@bors bors merged commit 1ad8dbe into rust-lang:master Oct 30, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jan 12, 2023
Don't pass `--sysroot` twice if SYSROOT is set

This is useful for rust-lang/rust to allow setting a sysroot that's *only* for build scripts, different from the regular sysroot passed in RUSTFLAGS (since cargo doesn't apply RUSTFLAGS to build scripts or proc-macros).

That said, the exact motivation is not particularly important: this fixes a regression from
rust-lang/rust-clippy@5907e91#r1060215684.

Note that only RUSTFLAGS is tested in the new integration test; passing --sysroot through `clippy-driver` never worked as far as I can tell, and no one is using it, so I didn't fix it here.

Helps with rust-lang#106394.

---

changelog: other: `SYSROOT` and `--sysroot` can now be set at the same time
[rust-lang#10149](rust-lang/rust-clippy#10149)
<!-- changelog_checked -->
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

Successfully merging this pull request may close these issues.

3 participants