Uh oh!
There was an error while loading. Please reload this page.
Update tutorial.md - #5651
Closed
luqmana wants to merge 1 commit into
Closed
Conversation
Change fn() -> &fn().
flip1995 pushed a commit
to flip1995/rust
that referenced
this pull request
May 27, 2020
Register redundant_field_names and non_expressive_names as early passes Similar names was moved to a pre-expansion pass to solve rust-lang#2927, so I'm avoiding linting on code from expansion, which makes the dogfood (mostly, see below) pass. I had to change new_without_default though, and although I understand why it was not triggering before, TBH I don't see why the binding inside the nested `if_chain` is being linted now. Any ideas? (it seems legit though as the code can be changed by the user) changelog: Register redundant_field_names and non_expressive_names as early passes Fixesrust-lang#5356Fixesrust-lang#5521
U007D pushed a commit
to U007D/rust-mos
that referenced
this pull request
Aug 21, 2026
5651: Add track_env_var to the proc macro server r=kjeremy a=lnicola See rust-lang#74653. Fixesrust-lang#6054. Fixesrust-lang#5640, maybe. Should be merged when 1.47 is released. Proc macros still don't work for me, but it no longer crashes. Co-authored-by: Laurențiu Nicola <lnicola@dend.ro>
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 freeto 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.
Change fn() -> &fn().