]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/internal_macros.rs
Rollup merge of #72954 - hermitcore:rwlock, r=dtolnay
[rust.git] / src / libcore / internal_macros.rs
index 3acf2ec837d88cae0ca415e45d0c08af150e4686..4ea7dfc0735546d1260baab8de9cdc3ea0184020 100644 (file)
@@ -77,7 +77,7 @@ fn $method(&mut self, other: &$u) {
 }
 
 /// Create a zero-size type similar to a closure type, but named.
-#[unstable(feature = "std_internals", issue = "0")]
+#[unstable(feature = "std_internals", issue = "none")]
 macro_rules! impl_fn_for_zst {
     ($(
         $( #[$attr: meta] )*