diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2023-01-12 06:52:37 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-12 06:52:37 +0100 |
| commit | db8301b7f873114ab95ce27bd8e9c4ab476cb458 (patch) | |
| tree | f25b81fa5a68e372f2b8e86f626e270c834d8178 /tests/rustdoc-ui/coverage/json.stdout | |
| parent | 890bc3ca903df5178ab401075d6d01a8b2e12987 (diff) | |
| parent | ad79b2043f2402859f80a82c3b20e16b1cf7c9da (diff) | |
| download | rust-db8301b7f873114ab95ce27bd8e9c4ab476cb458.tar.gz rust-db8301b7f873114ab95ce27bd8e9c4ab476cb458.zip | |
Rollup merge of #106638 - RalfJung:realstd, r=thomcc
std tests: use __OsLocalKeyInner from realstd This is basically the same as https://github.com/rust-lang/rust/pull/100201, but for __OsLocalKeyInner: Some std tests are failing in Miri on Windows because [this static](https://github.com/rust-lang/rust/blob/a377893da2cd7124e5a18c7116cbb70e16dd5541/library/std/src/sys/windows/thread_local_key.rs#L234-L239) is getting duplicated, and Miri does not handle that properly -- Miri does not support this magic `.CRT$XLB` linker section, but instead just looks up this particular hard-coded static in the standard library. This PR lets the test suite use the std static instead of having its own copy. Fixes https://github.com/rust-lang/miri/issues/2754 r? `@thomcc`
Diffstat (limited to 'tests/rustdoc-ui/coverage/json.stdout')
0 files changed, 0 insertions, 0 deletions
