about summary refs log tree commit diff
path: root/src/test/ui/suggestions/as-ref.rs
AgeCommit message (Expand)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-27/+0
2022-08-10remove a type string comparisonTakayuki Maeda-0/+7
2021-04-19Suggest `.as_ref()` on borrow error involving `Option`/`Result`Esteban Küber-20/+15
2018-12-28Suggest `.as_ref()` when appropriate for `Option` and `Result`Esteban Küber-0/+25
2018-07-18Implement existential typesOliver Schneider-25/+0
2018-05-30Suggest using `as_ref` on some borrow errors [hack]Esteban Küber-0/+25