rustc: Long lines
This commit is contained in:
parent
db7a1f7b0c
commit
891dc84be2
1 changed files with 2 additions and 1 deletions
|
@ -647,7 +647,8 @@ fn visit_local_with_scope(e: @env, loc: @local, sc:scopes, v:vt<scopes>) {
|
||||||
// Declaration shadows an enum that's in scope.
|
// Declaration shadows an enum that's in scope.
|
||||||
// That's an error.
|
// That's an error.
|
||||||
e.sess.span_err(loc.span,
|
e.sess.span_err(loc.span,
|
||||||
#fmt("declaration of `%s` shadows an enum that's in scope",
|
#fmt("declaration of `%s` shadows an \
|
||||||
|
enum that's in scope",
|
||||||
path_to_ident(an_ident)));
|
path_to_ident(an_ident)));
|
||||||
}
|
}
|
||||||
_ {}
|
_ {}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue