Skip to content

Commit 3bd742f

Browse files
committed
Add tracking issue for proc_macro_is_available
1 parent 7435547 commit 3bd742f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libproc_macro/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ use std::{error, fmt, iter, mem};
5858
/// non-panicking way to detect whether the infrastructure required to use the
5959
/// API of proc_macro is presently available. Returns true if invoked from
6060
/// inside of a procedural macro, false if invoked from any other binary.
61-
#[unstable(feature = "proc_macro_is_available", issue = "none")] // FIXME
61+
#[unstable(feature = "proc_macro_is_available", issue = "71436")]
6262
pub fn is_available() -> bool {
6363
bridge::Bridge::is_available()
6464
}

0 commit comments

Comments
 (0)