Build fix: debug![ to debug!{

This commit is contained in:
Ben Blum 2012-07-31 13:25:18 -04:00
parent e7d26a4917
commit 18851e4248

View File

@ -275,7 +275,7 @@ class parser {
let d = p.parse_ty_fn_decl(pur);
let hi = p.last_span.hi;
let self_ty = spanned(lo, hi, sty_by_ref); // XXX: Wrong.
debug!["parse_trait_methods(): trait method signature ends in \
debug!{"parse_trait_methods(): trait method signature ends in \
`%s`",
token_to_str(p.reader, p.token)};
alt p.token {