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 d00cbbb commit 91fd61fCopy full SHA for 91fd61f
library/core/src/macros/mod.rs
@@ -1274,7 +1274,7 @@ pub(crate) mod builtin {
1274
/// macro.
1275
///
1276
/// 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
+ /// and the sequence the compiler takes to get from the crate root 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
1280
/// directory will be the working directory of the Rust compiler. For example, if the source
0 commit comments