-
Notifications
You must be signed in to change notification settings - Fork 12.9k
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
Resolve error when initializing a struct with explicit module #3846
Comments
Dup of #3767 |
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
May 15, 2021
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Aug 30, 2024
See rust-lang#3846 for more information.
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Aug 30, 2024
RalfJung
pushed a commit
to RalfJung/rust
that referenced
this issue
Aug 30, 2024
Disable tree traversal optimization that is wrong due to lazy nodes. See rust-lang#3846 for more information. For now, the optimization is disabled in a very "hotfix" way, while we think about potential fixes. Nonetheless, this fixes rust-lang#3846
RalfJung
added a commit
to RalfJung/rust
that referenced
this issue
Dec 8, 2024
This commit supplies a real fix, which makes retags more complicated, at the benefit of making accesses more performant. Co-authored-by: Ralf Jung <[email protected]>
RalfJung
added a commit
to RalfJung/rust
that referenced
this issue
Dec 8, 2024
Fix rust-lang#3846 properly, so that subtrees can be skipped again
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This doesn't make any sense to me.
Test case
Output
The text was updated successfully, but these errors were encountered: