Commit df76ee0
committed
Add support for stdlibs that were compiled with -Zno-embed-metadata
As of nightly 2026-01-14 the rust stdlib is compiled using
-Zno-embed-metadata. This removes the rmeta data from .rlib object
files. Fixing this means we need to include the .rmeta files in the
stdlib file group.
Breaking change in rustc: rust-lang/rust#145343
Context on -Zno-embed-metadata: rust-lang/cargo#153781 parent af24d27 commit df76ee0
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
280 | 280 | | |
281 | 281 | | |
282 | 282 | | |
| 283 | + | |
283 | 284 | | |
284 | 285 | | |
285 | 286 | | |
| |||
0 commit comments