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

Makefile.in: simplify logic for CFG_VER_HASH #6951

Merged
merged 1 commit into from
Jun 5, 2013
Merged

Makefile.in: simplify logic for CFG_VER_HASH #6951

merged 1 commit into from
Jun 5, 2013

Conversation

artagnon
Copy link
Contributor

@artagnon artagnon commented Jun 5, 2013

git log -1 --pretty=format:'%H' is a very convoluted way of saying git
rev-parse HEAD.

Signed-off-by: Ramkumar Ramachandra artagnon@gmail.com

git log -1 --pretty=format:'%H' is a very convoluted way of saying git
rev-parse HEAD.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
bors added a commit that referenced this pull request Jun 5, 2013
git log -1 --pretty=format:'%H' is a very convoluted way of saying git
rev-parse HEAD.

Signed-off-by: Ramkumar Ramachandra <artagnon@gmail.com>
@bors bors closed this Jun 5, 2013
@bors bors merged commit 1a98726 into rust-lang:incoming Jun 5, 2013
@artagnon artagnon deleted the makefile-git branch June 6, 2013 03:37
flip1995 pushed a commit to flip1995/rust that referenced this pull request May 6, 2021
`implicit_return` improvements

fixes: rust-lang#6940

changelog: Fix `implicit_return` suggestion for async functions
changelog: Improve `implicit_return` suggestions when returning the result of a macro
changelog: Check for `break` expressions inside a loop which are then implicitly returned
changelog: Allow all diverging functions in `implicit_return`, not just panic functions
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.

2 participants