Rename FunctionRetTy to FnRetTy#69179
Merged
bors merged 1 commit intorust-lang:masterfrom Feb 17, 2020
Merged
Conversation
Contributor
|
The job Click to expand the log.I'm a bot! I can only do what humans tell me to, so if this was not helpful or you have suggestions for improvements, please ping or otherwise contact |
Collaborator
|
☔ The latest upstream changes (presumably #67681) made this pull request unmergeable. Please resolve the merge conflicts. |
d3fb20a to
5c962c7
Compare
Contributor
|
@bors r+ |
Collaborator
|
📌 Commit 5c962c7 has been approved by |
Dylan-DPC-zz
pushed a commit
to Dylan-DPC-zz/rust
that referenced
this pull request
Feb 15, 2020
Rename `FunctionRetTy` to `FnRetTy` As per FIXME comment r? @Centril
JohnTitor
added a commit
to JohnTitor/rust
that referenced
this pull request
Feb 16, 2020
Rename `FunctionRetTy` to `FnRetTy` As per FIXME comment r? @Centril
JohnTitor
added a commit
to JohnTitor/rust
that referenced
this pull request
Feb 16, 2020
Rename `FunctionRetTy` to `FnRetTy` As per FIXME comment r? @Centril
Collaborator
|
☔ The latest upstream changes (presumably #67953) made this pull request unmergeable. Please resolve the merge conflicts. |
5c962c7 to
eb12ed8
Compare
Member
Author
|
@bors r=Centril |
Collaborator
|
📌 Commit eb12ed8 has been approved by |
JohnTitor
added a commit
to JohnTitor/rust
that referenced
this pull request
Feb 17, 2020
Rename `FunctionRetTy` to `FnRetTy` As per FIXME comment r? @Centril
bors
added a commit
that referenced
this pull request
Feb 17, 2020
Rollup of 6 pull requests Successful merges: - #68495 (Updating str.chars docs to mention crates.io.) - #68701 (Improve #Safety of various methods in core::ptr) - #69158 (Don't print block exit state in dataflow graphviz if unchanged) - #69179 (Rename `FunctionRetTy` to `FnRetTy`) - #69186 ([tiny] parser: `macro_rules` is a weak keyword) - #69188 (Clean up E0309 explanation) Failed merges: r? @ghost
bors
added a commit
to rust-lang/rust-clippy
that referenced
this pull request
Feb 17, 2020
Rename `FunctionRetTy` to `FnRetTy` Rustup to rust-lang/rust#69179 changelog: none
bors
added a commit
to rust-lang/rust-clippy
that referenced
this pull request
Feb 17, 2020
Rename `FunctionRetTy` to `FnRetTy` Rustup to rust-lang/rust#69179 changelog: none
bors
added a commit
to rust-lang/rust-clippy
that referenced
this pull request
Feb 17, 2020
Rename `FunctionRetTy` to `FnRetTy` Rustup to rust-lang/rust#69179 changelog: none
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
As per FIXME comment
r? @Centril