about summary refs log tree commit diff
path: root/src/test/ui/suggest-using-chars.rs
AgeCommit message (Collapse)AuthorLines
2022-04-26Move some tests to more reasonable placesCaio-7/+0
2021-11-15suggest `&str.chars()` on attempt to `&str.iter()`Takayuki Maeda-0/+7
check if `String` or `&String` or `&str` Update compiler/rustc_typeck/src/check/method/suggest.rs Co-authored-by: Esteban Kuber <estebank@users.noreply.github.com> remove some trailing whitespace