reuse regular exported_non_generic_symbols logic in Miri#159740
Open
RalfJung wants to merge 2 commits into
Open
reuse regular exported_non_generic_symbols logic in Miri#159740RalfJung wants to merge 2 commits into
RalfJung wants to merge 2 commits into
Conversation
Collaborator
|
cc @rust-lang/miri |
RalfJung
force-pushed
the
miri-dedup-exported-symbols
branch
3 times, most recently
from
July 22, 2026 20:34
e16cbd9 to
69ee67d
Compare
bjorn3
reviewed
Jul 22, 2026
bjorn3
reviewed
Jul 22, 2026
This comment has been minimized.
This comment has been minimized.
also add a test for cross-crate static initializers
RalfJung
force-pushed
the
miri-dedup-exported-symbols
branch
from
July 23, 2026 07:07
69ee67d to
026f239
Compare
Member
Author
|
I pushed and the changes are not showing up... github is being github again... It says changes will "appear soon" but in my experience that never happens. |
RalfJung
force-pushed
the
miri-dedup-exported-symbols
branch
from
July 23, 2026 07:44
026f239 to
b5cd32c
Compare
RalfJung
commented
Jul 23, 2026
RalfJung
commented
Jul 23, 2026
RalfJung
force-pushed
the
miri-dedup-exported-symbols
branch
2 times, most recently
from
July 23, 2026 16:31
64ac2e0 to
ab5dcb1
Compare
bjorn3
reviewed
Jul 23, 2026
RalfJung
force-pushed
the
miri-dedup-exported-symbols
branch
from
July 23, 2026 16:34
ab5dcb1 to
410470a
Compare
RalfJung
force-pushed
the
miri-dedup-exported-symbols
branch
from
July 23, 2026 16:42
410470a to
7395449
Compare
bjorn3
approved these changes
Jul 23, 2026
Member
Author
|
@bors r=bjorn3 |
Contributor
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 free
to 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.
View all comments
This is some gnarly code we have duplicated in Miri, let's try to reuse the version from rustc.
r? @bjorn3