We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2034aa4 commit 19264d5Copy full SHA for 19264d5
library/std/src/sys/thread/xous.rs
@@ -87,7 +87,7 @@ impl Thread {
87
// dealloc calls from being reordered to after the TLS has been destroyed.
88
// See https://github.com/rust-lang/rust/pull/144465#pullrequestreview-3289729950
89
// for more context.
90
- run_main_thread_not_inlined(init);
+ rust_main_thread_not_inlined(init);
91
92
// Destroy TLS, which will free the TLS page and call the destructor for
93
// any thread local storage (if any).
0 commit comments