Skip to content

Replace Arg with Param#4462

Merged
bors merged 1 commit into
rust-lang:masterfrom
JohnTitor:fix-build-arg
Aug 28, 2019
Merged

Replace Arg with Param#4462
bors merged 1 commit into
rust-lang:masterfrom
JohnTitor:fix-build-arg

Conversation

@JohnTitor

Copy link
Copy Markdown
Member

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

changelog: none

@flip1995

Copy link
Copy Markdown
Member

Thanks!

@bors r+ p=10

@bors

bors commented Aug 28, 2019

Copy link
Copy Markdown
Contributor

📌 Commit 2c28225 has been approved by flip1995

@bors

bors commented Aug 28, 2019

Copy link
Copy Markdown
Contributor

⌛ 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

bors commented Aug 28, 2019

Copy link
Copy Markdown
Contributor

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

@JohnTitor

Copy link
Copy Markdown
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

mati865 commented Aug 28, 2019

Copy link
Copy Markdown
Member

There is rust-lang/rust#63971 already

@JohnTitor

Copy link
Copy Markdown
Member Author

@mati865 Oh, thanks!

@flip1995

flip1995 commented Aug 28, 2019

Copy link
Copy Markdown
Member

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

phansch commented Aug 28, 2019

Copy link
Copy Markdown
Contributor

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