Skip to content

Commit d220ed4

Browse files
committed
Add tracking issue number.
1 parent fd9b986 commit d220ed4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/libcore/num/f32.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pub mod consts {
7878
/// The full circle constant (τ)
7979
///
8080
/// Equal to 2π.
81-
#[unstable(feature = "tau_constant", issue = "0")]
81+
#[unstable(feature = "tau_constant", issue = "66770")]
8282
pub const TAU: f32 = 6.28318530717958647692528676655900577_f32;
8383

8484
/// π/2

src/libcore/num/f64.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ pub mod consts {
7878
/// The full circle constant (τ)
7979
///
8080
/// Equal to 2π.
81-
#[unstable(feature = "tau_constant", issue = "0")]
81+
#[unstable(feature = "tau_constant", issue = "66770")]
8282
pub const TAU: f64 = 6.28318530717958647692528676655900577_f64;
8383

8484
/// π/2

0 commit comments

Comments
 (0)