about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-43162.stderr
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-24/+0
2022-11-05Specify that `break` cannot be used outside of loop *or* labeled blockclubby789-4/+4
2020-05-05Suggest removing semicolon in last expression only if it's type is knownmibac138-3/+0
2019-11-18Surround types with backticks in type errorsEsteban Küber-1/+1
2019-11-18Remove E0308 note when primary label has all infoEsteban Küber-3/+0
2019-11-18review comments: tweak prefix stringsEsteban Küber-2/+2
2019-08-21improve diagnostics: break/continue wrong contextArtem Varaksa-4/+4
2019-08-09review comments: typo and rewordingEsteban Küber-1/+1
2019-08-09review comment: review wording or missing return errorEsteban Küber-1/+1
2019-08-09Tweak wording of fn without explicit returnEsteban Küber-1/+1
2019-08-09Change wording for function without return valueEsteban Küber-1/+1
Fix #62677
2019-04-18hide `--explain` hint if error has no extended infoAndy Russell-1/+1
2019-03-11Update testsVadim Petrochenkov-4/+4
2018-12-30Tweak E0308 error for clarityEsteban Küber-1/+1
2018-12-30Point at function name spanEsteban Küber-1/+3
2018-12-30Point at the return type span on type mismatch due to missing returnEsteban Küber-8/+6
Do not point at the entire block span on fn return type mismatches caused by missing return.
2018-12-25Remove licensesMark Rousskov-3/+3
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+30