about summary refs log tree commit diff
path: root/src/test/ui/for-loop-while/break-while-condition.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-45/+0
2022-08-05implement #98982Yiming Lei-0/+8
when loop as tail expression for miss match type E0308 error, recursively get the return statement and add diagnostic information on it use rustc_hir::intravisit to collect the return expression modified: compiler/rustc_typeck/src/check/coercion.rs new file: src/test/ui/typeck/issue-98982.rs new file: src/test/ui/typeck/issue-98982.stderr
2021-11-18Move some tests to more reasonable directoriesCaio-0/+37