We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd9b986 commit d220ed4Copy full SHA for d220ed4
src/libcore/num/f32.rs
@@ -78,7 +78,7 @@ pub mod consts {
78
/// The full circle constant (τ)
79
///
80
/// Equal to 2π.
81
- #[unstable(feature = "tau_constant", issue = "0")]
+ #[unstable(feature = "tau_constant", issue = "66770")]
82
pub const TAU: f32 = 6.28318530717958647692528676655900577_f32;
83
84
/// π/2
src/libcore/num/f64.rs
pub const TAU: f64 = 6.28318530717958647692528676655900577_f64;
0 commit comments