about summary refs log tree commit diff
path: root/src/test/ui/const-generics/array-impls/into-iter-no-impls-length-33.stderr
AgeCommit message (Collapse)AuthorLines
2020-07-05Remove the usage of the LengthAtMost32 traitRoman Proskuryakov-143/+0
2020-06-26Show the values and computation that would overflow a const evaluation or ↵Oliver Scherer-14/+14
propagation
2020-03-01Fix use of `has_infer_types`Matthew Jasper-14/+14
* Add a new method `has_infer_types_or_consts` that's used instead most of the time, since there's generally no reason to only consider types. * Remove use of `has_closure_types`, because closures are no longer implicitly linked to the `InferCtxt`.
2020-01-16review commentsEsteban Küber-7/+7
2020-01-16When trait bounds are missing for return values, point at themEsteban Küber-0/+21
2019-10-24Add UI tests for `array::IntoIter` implsLukas Kalbertodt-0/+122
This it to make sure traits are implemented for arrays with length 32 and below, while they are not implemented for >= 33.