Uh oh!
There was an error while loading. Please reload this page.
Fix autoderef of function calls when the function is not an lval. - #659
Closed
msullivan wants to merge 1 commit into
Closed
Fix autoderef of function calls when the function is not an lval.#659msullivan wants to merge 1 commit into
msullivan wants to merge 1 commit into
Conversation
As it turns out, the correct way to handle this is much simpler than what I did originally. Also add more tests.
brson
commented
Jul 11, 2011
Contributor
Integrated. |
pdietl pushed a commit
to pdietl/rust
that referenced
this pull request
Apr 23, 2020
ZuseZ4 added a commit
to EnzymeAD/rust
that referenced
this pull request
Mar 7, 2023
* closesrust-lang#657 * Handle vector case * adding test * remove test until further bugfixes
GuillaumeGomez pushed a commit
to GuillaumeGomez/rust
that referenced
this pull request
May 14, 2025
tgross35 added a commit
to tgross35/rust
that referenced
this pull request
Jun 3, 2025
…5T21-58-41Z chore: release v0.1.116
U007D pushed a commit
to U007D/rust-mos
that referenced
this pull request
Aug 21, 2026
659: Fold blocks of mod items r=matklad a=eulerdisk Fixesrust-lang#572 As requested, we ignore `mod`s with a visibility specifier. Co-authored-by: Andrea Pretto <eulerdisk@gmail.com>
U007D pushed a commit
to U007D/rust-mos
that referenced
this pull request
Aug 21, 2026
Use the new rustc interface
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.
As it turns out, the correct way to handle this is much simpler than what I did originally.
Also add more tests.