We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 80d6b56 + fc88c6c commit 12dac5cCopy full SHA for 12dac5c
rust-version
@@ -1 +1 @@
1
-b3ac52646f7591a811fa9bf55995b24fd17ece08
+36f1f04f18b89ba4a999bcfd6584663fd6fc1c5d
src/shims/tls.rs
@@ -174,7 +174,7 @@ impl<'tcx> TlsData<'tcx> {
174
key: Option<TlsKey>,
175
thread_id: ThreadId,
176
) -> Option<(ty::Instance<'tcx>, Scalar<Tag>, TlsKey)> {
177
- use std::collections::Bound::*;
+ use std::ops::Bound::*;
178
179
let thread_local = &mut self.keys;
180
let start = match key {
0 commit comments