Built-in implementation of Tuple trait
This commit is contained in:
parent
6b2eab2310
commit
d0e4c679ff
8 changed files with 72 additions and 8 deletions
|
@ -34,6 +34,8 @@ impl<'tcx, N: fmt::Debug> fmt::Debug for traits::ImplSource<'tcx, N> {
|
|||
super::ImplSource::TraitUpcasting(ref d) => write!(f, "{:?}", d),
|
||||
|
||||
super::ImplSource::ConstDestruct(ref d) => write!(f, "{:?}", d),
|
||||
|
||||
super::ImplSource::Tuple => write!(f, "ImplSource::Tuple"),
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue