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

Replace Arg with Param #4462

Merged
merged 1 commit into from
Aug 28, 2019
Merged

Replace Arg with Param #4462

merged 1 commit into from
Aug 28, 2019

Conversation

JohnTitor
Copy link
Member

Fix build issue.
Rustup to rust-lang/rust#63127

changelog: none

@flip1995
Copy link
Member

Thanks!

@bors r+ p=10

@bors
Copy link
Contributor

bors commented Aug 28, 2019

📌 Commit 2c28225 has been approved by flip1995

@bors
Copy link
Contributor

bors commented Aug 28, 2019

⌛ Testing commit 2c28225 with merge f6c752b...

bors added a commit that referenced this pull request Aug 28, 2019
Replace `Arg` with `Param`

Fix build issue.
Rustup to rust-lang/rust#63127

changelog: none
@bors
Copy link
Contributor

bors commented Aug 28, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: flip1995
Pushing f6c752b to master...

@JohnTitor
Copy link
Member Author

@flip1995 Could I submit a PR to rust-lang/rust to fix toolstate?

@JohnTitor JohnTitor deleted the fix-build-arg branch August 28, 2019 11:56
@mati865
Copy link
Contributor

mati865 commented Aug 28, 2019

There is rust-lang/rust#63971 already

@JohnTitor
Copy link
Member Author

@mati865 Oh, thanks!

@flip1995
Copy link
Member

flip1995 commented Aug 28, 2019

Oh, I just did that. But yeah in the future you just can open a PR in rust-lang/rust to update Clippy.

The TL;DR version on how to update a submodule in rustc:

# Assuming you already cloned the rust repo and you're in the correct dir
$ git submodule update --remote src/tools/clippy
$ cargo update -p clippy
$ git add -u
$ git commit -m "Update Clippy"
$ ./x.py test -i --stage 1 src/tools/clippy # This is optional and should succeed anyway
# Open a PR in rust-lang/rust

@phansch
Copy link
Member

phansch commented Aug 28, 2019

Might be nice to add that script to our repo; I have my own version and I assume @matthiaskrgr also has some sort of script 😅

bors added a commit that referenced this pull request Aug 28, 2019
Add note to fix toolstate

The idea from #4462 (comment)
It's nice that we have the documentation to guide fix toolstate.

changelog: none
bors added a commit to rust-lang/rust that referenced this pull request Aug 29, 2019
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.

5 participants