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.
2 parents f4cca46 + c27d794 commit 38d97d3Copy full SHA for 38d97d3
compiler/rustc_middle/src/ty/error.rs
@@ -1010,7 +1010,7 @@ fn foo(&self) -> Self::T { String::new() }
1010
}
1011
let mut short;
1012
loop {
1013
- // Look for the longest properly trimmed path that still fits in lenght_limit.
+ // Look for the longest properly trimmed path that still fits in length_limit.
1014
short = with_forced_trimmed_paths!(
1015
FmtPrinter::new_with_limit(
1016
self,
0 commit comments