Address nit

This commit is contained in:
Jonathan Turner 2016-05-13 12:57:34 -07:00
parent ecadd7e957
commit 6793cace06

View file

@ -285,7 +285,7 @@ fn resolve_struct_error<'b, 'a: 'b, 'c>(resolver: &'b Resolver<'a>,
span,
E0411,
"use of `Self` outside of an impl or trait");
err.span_label(span, &format!("Used outside of impl or trait"));
err.span_label(span, &format!("used outside of impl or trait"));
err
}
ResolutionError::UseOfUndeclared(kind, name, candidates) => {