summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle J Strand <BatmanAoD@users.noreply.github.com>2019-09-19 23:30:56 -0600
committerGitHub <noreply@github.com>2019-09-19 23:30:56 -0600
commit8577bb6e2eb2c92f820870f267a3c0330a99ff40 (patch)
treecee577cd343206fe057bbccde8a7d427055c28dc
parent53b352edb6f441bc3cf5386806fcc4686f275130 (diff)
downloadrust-fix-1.38-type_name.tar.gz
Update RELEASES.mdfix-1.38-type_name
Fix `type_name` location (not part of `std::any`)
-rw-r--r--RELEASES.md4
1 files 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