From 3c4be0b307b46b6a30afc2acdb22110ec23a99a6 Mon Sep 17 00:00:00 2001 From: Zyranivia <40362930+Zyranivia@users.noreply.github.com> Date: Tue, 16 May 2023 11:52:22 +0200 Subject: [PATCH] Update track_caller reference link --- src/backend/implicit-caller-location.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/implicit-caller-location.md b/src/backend/implicit-caller-location.md index 21554f5a4..cf100a2e5 100644 --- a/src/backend/implicit-caller-location.md +++ b/src/backend/implicit-caller-location.md @@ -260,7 +260,7 @@ originally specified. They have since been implemented following the path which to the author and reviewers. [RFC 2091]: https://github.com/rust-lang/rfcs/blob/master/text/2091-inline-semantic.md -[attr-reference]: https://doc.rust-lang.org/reference/attributes/diagnostics.html#the-track_caller-attribute +[attr-reference]: https://doc.rust-lang.org/reference/attributes/codegen.html#the-track_caller-attribute [intrinsic]: https://doc.rust-lang.org/nightly/core/intrinsics/fn.caller_location.html [wrapper]: https://doc.rust-lang.org/nightly/core/panic/struct.Location.html#method.caller [non-viable alternatives]: https://github.com/rust-lang/rfcs/blob/master/text/2091-inline-semantic.md#non-viable-alternatives