Skip to content

Commit d00cbbb

Browse files
epageNoratrieb
andauthored
Update library/core/src/macros/mod.rs
Co-authored-by: nora <[email protected]>
1 parent f5c9d51 commit d00cbbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/macros/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@ pub(crate) mod builtin {
12731273
/// first macro invocation leading up to the invocation of the `file!`
12741274
/// macro.
12751275
///
1276-
/// The file name is derived from the root module's source path passed to the Rust compiler
1276+
/// The file name is derived from the crate root's source path passed to the Rust compiler
12771277
/// and the sequence the compiler takes to get from root module to the
12781278
/// module containing `file!`, modified by any flags passed to the Rust compiler (e.g.
12791279
/// `--remap-path-prefix`). If the root module's source path is relative, the initial base

0 commit comments

Comments
 (0)