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 d7e1bb5 + 88b98a0 commit 1fb838dCopy full SHA for 1fb838d
src/librustc/middle/resolve.rs
@@ -2928,7 +2928,7 @@ impl<'a> Resolver<'a> {
2928
Some(span) => {
2929
self.session
2930
.span_note(span,
2931
- "note conflicting value here");
+ "conflicting value here");
2932
}
2933
2934
@@ -2951,7 +2951,7 @@ impl<'a> Resolver<'a> {
2951
2952
2953
2954
- "note conflicting type here")
+ "conflicting type here")
2955
2956
2957
0 commit comments