Skip to content

Fix autoderef of function calls when the function is not an lval. - #659

Closed
msullivan wants to merge 1 commit into
rust-lang:masterfrom
msullivan:fix-call-deref-bug
Closed

Fix autoderef of function calls when the function is not an lval.#659
msullivan wants to merge 1 commit into
rust-lang:masterfrom
msullivan:fix-call-deref-bug

Conversation

@msullivan

Copy link
Copy Markdown
Contributor

As it turns out, the correct way to handle this is much simpler than what I did originally.
Also add more tests.

As it turns out, the correct way to handle this is much simpler than what I
did originally.
Also add more tests.
@brson

Copy link
Copy Markdown
Contributor

Integrated.

@brsonbrson closed this Jul 11, 2011
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
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
Sign up for freeto 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

@msullivan@brson