core: Update all tests for fmt movement

This commit is contained in:
Alex Crichton
2014-05-11 11:14:14 -07:00
parent d12a136b22
commit 2e2160b026
27 changed files with 277 additions and 161 deletions

View File

@@ -290,7 +290,7 @@ impl fmt::Show for clean::Type {
}
clean::ResolvedPath{ did, ref typarams, ref path} => {
try!(resolved_path(f, did, path, false));
tybounds(f.buf, typarams)
tybounds(f, typarams)
}
clean::Self(..) => f.write("Self".as_bytes()),
clean::Primitive(prim) => {