Fix typo
This commit is contained in:
parent
4d7a80d486
commit
e903752b48
1 changed files with 1 additions and 1 deletions
|
@ -1681,7 +1681,7 @@ impl<'a, 'tcx> FnCtxt<'a, 'tcx> {
|
||||||
|| found_assoc(tcx.types.u64)
|
|| found_assoc(tcx.types.u64)
|
||||||
|| found_assoc(tcx.types.u128)
|
|| found_assoc(tcx.types.u128)
|
||||||
|| found_assoc(tcx.types.f32)
|
|| found_assoc(tcx.types.f32)
|
||||||
|| found_assoc(tcx.types.f32);
|
|| found_assoc(tcx.types.f64);
|
||||||
if found_candidate
|
if found_candidate
|
||||||
&& actual.is_numeric()
|
&& actual.is_numeric()
|
||||||
&& !actual.has_concrete_skeleton()
|
&& !actual.has_concrete_skeleton()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue