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 4a8b064 commit 9e6c819Copy full SHA for 9e6c819
[refs]
@@ -1,5 +1,5 @@
1
---
2
-refs/heads/master: 6ec5a0f62b3b153ef5846429ffe2f0bf0f9fc5d0
+refs/heads/master: c6aaea67250d32bde3ef26b7c864c3d6c1e05726
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
refs/heads/snap-stage3: 3b2ed14906fd9f9daa27cc7d1dad263d2f5ff450
5
refs/heads/try: ccf8fedf1cffcb8f6f3581d53d220039e192fe77
trunk/src/libstd/thread_local/mod.rs
@@ -45,6 +45,7 @@ pub mod scoped;
45
46
// Sure wish we had macro hygiene, no?
47
#[doc(hidden)]
48
+#[stable(feature = "rust1", since = "1.0.0")]
49
pub mod __impl {
50
pub use super::imp::Key as KeyInner;
51
pub use super::imp::destroy_value;
0 commit comments