fmt
This commit is contained in:
parent
4c8b6a20a9
commit
d356cd10f7
1 changed files with 3 additions and 2 deletions
|
@ -1032,8 +1032,9 @@ impl<'cx, 'tcx> SelectionContext<'cx, 'tcx> {
|
||||||
AutoImplCandidate(..) => {}
|
AutoImplCandidate(..) => {}
|
||||||
// FIXME check if this is right, but this would allow Sized impls
|
// FIXME check if this is right, but this would allow Sized impls
|
||||||
BuiltinCandidate { .. } => {}
|
BuiltinCandidate { .. } => {}
|
||||||
_ => { // reject all other types of candidates
|
_ => {
|
||||||
return Err(Unimplemented)
|
// reject all other types of candidates
|
||||||
|
return Err(Unimplemented);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue