From 8577bb6e2eb2c92f820870f267a3c0330a99ff40 Mon Sep 17 00:00:00 2001 From: Kyle J Strand Date: Thu, 19 Sep 2019 23:30:56 -0600 Subject: Update RELEASES.md Fix `type_name` location (not part of `std::any`) --- RELEASES.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index d634feba33a..e770a966091 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -55,7 +55,7 @@ Stabilized APIs - [`Duration::from_secs_f64`] - [`Duration::mul_f32`] - [`Duration::mul_f64`] -- [`any::type_name`] +- [`intrinsics::type_name`] Cargo ----- @@ -99,7 +99,7 @@ Misc [`Duration::from_secs_f64`]: https://doc.rust-lang.org/std/time/struct.Duration.html#method.from_secs_f64 [`Duration::mul_f32`]: https://doc.rust-lang.org/std/time/struct.Duration.html#method.mul_f32 [`Duration::mul_f64`]: https://doc.rust-lang.org/std/time/struct.Duration.html#method.mul_f64 -[`any::type_name`]: https://doc.rust-lang.org/std/any/fn.type_name.html +[`intrinsics::type_name`]: https://doc.rust-lang.org/std/intrinsics/fn.type_name.html [forge-platform-support]: https://forge.rust-lang.org/platform-support.html [pipeline-internals]: https://internals.rust-lang.org/t/evaluating-pipelined-rustc-compilation/10199 -- cgit v1.2.1