From da1de802ba5cbbf1275b18dce90a639db17f34e6 Mon Sep 17 00:00:00 2001 From: Zyranivia <40362930+Zyranivia@users.noreply.github.com> Date: Wed, 21 Jun 2023 11:14:16 +0200 Subject: [PATCH] Update track_caller reference link (#1688) --- 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 21554f5a..cf100a2e 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