We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cc6561 commit a3b1da7Copy full SHA for a3b1da7
src/attributes/codegen.md
@@ -145,7 +145,7 @@ feature detection on the x86 platforms.
145
The `track_caller` attribute applies to function declarations and indicates to the compiler that the
146
attributed function's generated code should have an implicit `&'static core::panic::Location`
147
argument which is populated by its caller. If the caller of the attributed function is also
148
-annotated with `#[track_caller]`, then the attributed function should receive the location
+annotated with `#[track_caller]`, then the attributed function receives the location
149
its caller received, and so on.
150
151
An implementation of `core::intrinsics::caller_location` returns this implicit argument if called
0 commit comments