We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f5c9d51 commit d00cbbbCopy full SHA for d00cbbb
library/core/src/macros/mod.rs
@@ -1273,7 +1273,7 @@ pub(crate) mod builtin {
1273
/// first macro invocation leading up to the invocation of the `file!`
1274
/// macro.
1275
///
1276
- /// The file name is derived from the root module's source path passed to the Rust compiler
+ /// The file name is derived from the crate root's source path passed to the Rust compiler
1277
/// and the sequence the compiler takes to get from root module to the
1278
/// module containing `file!`, modified by any flags passed to the Rust compiler (e.g.
1279
/// `--remap-path-prefix`). If the root module's source path is relative, the initial base
0 commit comments