core: Update all tests for fmt movement
This commit is contained in:
parent
d12a136b22
commit
2e2160b026
27 changed files with 277 additions and 161 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue