rustc: Long lines

This commit is contained in:
Brian Anderson 2012-04-11 21:32:05 -07:00
parent db7a1f7b0c
commit 891dc84be2

View file

@ -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)));
} }
_ {} _ {}