Skip to content

Commit 6793cac

Browse files
author
Jonathan Turner
committed
Address nit
1 parent ecadd7e commit 6793cac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/librustc_resolve/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,7 @@ fn resolve_struct_error<'b, 'a: 'b, 'c>(resolver: &'b Resolver<'a>,
285285
span,
286286
E0411,
287287
"use of `Self` outside of an impl or trait");
288-
err.span_label(span, &format!("Used outside of impl or trait"));
288+
err.span_label(span, &format!("used outside of impl or trait"));
289289
err
290290
}
291291
ResolutionError::UseOfUndeclared(kind, name, candidates) => {

0 commit comments

Comments
 (0)