We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b03af36 commit 6081989Copy full SHA for 6081989
src/libstd/macros.rs
@@ -463,7 +463,7 @@ pub mod builtin {
463
/// The expanded expression has type `u32` and is 1-based, so the first line
464
/// in each file evaluates to 1, the second to 2, etc. This is consistent
465
/// with error messages by common compilers or popular editors.
466
- /// The returned column is not the invocation of the `line!` macro itself,
+ /// The returned line is not the invocation of the `line!` macro itself,
467
/// but rather the first macro invocation leading up to the invocation
468
/// of the `line!` macro.
469
///
0 commit comments