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

rustdoc: Display rust logo again. Closes #13148 #13149

Merged
merged 1 commit into from
Mar 28, 2014

Conversation

brson
Copy link
Contributor

@brson brson commented Mar 26, 2014

No description provided.

@alexcrichton
Copy link
Member

Can you also fix the hash on line 42?

@brson
Copy link
Contributor Author

brson commented Mar 26, 2014

Done.

@bors bors closed this Mar 28, 2014
@bors bors merged commit 0063504 into rust-lang:master Mar 28, 2014
JohnTitor pushed a commit to JohnTitor/rust that referenced this pull request Sep 6, 2022
…th, r=Veykril

fix: unescape all occurrences of module name in module resolution

Fixes rust-lang#13141
dingxiangfei2009 pushed a commit to dingxiangfei2009/rust that referenced this pull request Jul 28, 2024
Fix while_let_on_iterator dropping loop label when applying fix.

Loop label was not persisted when displaying help and was therefore producing broken rust code when applying fixes.

Solution was to store the `ast::Label` when creating a `higher::WhileLet` from an expression and add the label name to the lint suggestion and diagnostics.

---

Fixes: rust-lang/rust-clippy#13123

changelog: [`while_let_on_iterator`]: Fix issue dropping loop label when displaying help and applying fixes.
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