You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current dwarfdump checks cannot see `.rmeta` leaks:
* The compiler keeps unremapped local paths in metadata
unless the remap scope is `all` (see issue 159621)
* std ships metadata as separate `.rmeta` via `-Zembed-metadata=no`
so the leak does not even appear in the rlibs
This commit enhances to also check rmeta files.
0 commit comments