diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2024-05-04 12:37:20 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-04 12:37:20 +0200 |
| commit | b8fa047398188dc773c5797c9191f6baf7d6da7f (patch) | |
| tree | f28ed261386cd5ed2e023eb172ff2a47d85b78cd /tests/codegen/patchable-function-entry | |
| parent | 6d721dd0b80ad5382d38481a2477f7404b73e717 (diff) | |
| parent | 37c1758214bfa52d791d43ff73e07573e5db653d (diff) | |
| download | rust-b8fa047398188dc773c5797c9191f6baf7d6da7f.tar.gz rust-b8fa047398188dc773c5797c9191f6baf7d6da7f.zip | |
Rollup merge of #123356 - joboet:set_current_size, r=ChrisDenton
Reduce code size of `thread::set_current` #123265 introduced a rather large binary size regression, because it added an `unwrap()` call on a `Result<(), Thread>`, which in turn pulled its rather heavy `Debug` implementation. This PR fixes this by readding the `rtassert!` that was removed.
Diffstat (limited to 'tests/codegen/patchable-function-entry')
0 files changed, 0 insertions, 0 deletions
