Thanks to visit codestin.com Credit goes to github.com
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 c2c2e8d commit fd5fb86Copy full SHA for fd5fb86
compiler/rustc_resolve/src/diagnostics.rs
@@ -977,7 +977,7 @@ impl<'a> Resolver<'a> {
977
});
978
if let Some(def_span) = def_span {
979
if span.overlaps(def_span) {
980
- // Don't suggest typo suggestion for itself like in the followoing:
+ // Don't suggest typo suggestion for itself like in the following:
981
// error[E0423]: expected function, tuple struct or tuple variant, found struct `X`
982
// --> $DIR/issue-64792-bad-unicode-ctor.rs:3:14
983
// |
0 commit comments