Skip to content

Commit a3b1da7

Browse files
anpCentril
andauthored
strengthen language
Co-Authored-By: Mazdak Farrokhzad <[email protected]>
1 parent 6cc6561 commit a3b1da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/attributes/codegen.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ feature detection on the x86 platforms.
145145
The `track_caller` attribute applies to function declarations and indicates to the compiler that the
146146
attributed function's generated code should have an implicit `&'static core::panic::Location`
147147
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
148+
annotated with `#[track_caller]`, then the attributed function receives the location
149149
its caller received, and so on.
150150

151151
An implementation of `core::intrinsics::caller_location` returns this implicit argument if called

0 commit comments

Comments
 (0)