We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7435547 commit 3bd742fCopy full SHA for 3bd742f
src/libproc_macro/lib.rs
@@ -58,7 +58,7 @@ use std::{error, fmt, iter, mem};
58
/// non-panicking way to detect whether the infrastructure required to use the
59
/// API of proc_macro is presently available. Returns true if invoked from
60
/// inside of a procedural macro, false if invoked from any other binary.
61
-#[unstable(feature = "proc_macro_is_available", issue = "none")] // FIXME
+#[unstable(feature = "proc_macro_is_available", issue = "71436")]
62
pub fn is_available() -> bool {
63
bridge::Bridge::is_available()
64
}
0 commit comments