File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -331,7 +331,7 @@ pub mod builtin {
331
331
332
332
/// A macro which expands to the line number on which it was invoked.
333
333
///
334
- /// The expanded expression has type `usize `, and the returned line is not
334
+ /// The expanded expression has type `u32 `, and the returned line is not
335
335
/// the invocation of the `line!()` macro itself, but rather the first macro
336
336
/// invocation leading up to the invocation of the `line!()` macro.
337
337
///
@@ -346,7 +346,7 @@ pub mod builtin {
346
346
347
347
/// A macro which expands to the column number on which it was invoked.
348
348
///
349
- /// The expanded expression has type `usize `, and the returned column is not
349
+ /// The expanded expression has type `u32 `, and the returned column is not
350
350
/// the invocation of the `column!()` macro itself, but rather the first macro
351
351
/// invocation leading up to the invocation of the `column!()` macro.
352
352
///
You can’t perform that action at this time.
0 commit comments