about summary refs log tree commit diff
path: root/src/test/ui/issues/issue-51714.rs
AgeCommit message (Collapse)AuthorLines
2023-01-11Move /src/test to /testsAlbert Larsan-21/+0
2021-06-11Fix type checking of return expressions outside fn bodiesFabian Wolff-4/+12
2020-06-28Update testsDylan MacKenzie-1/+0
2019-11-21Reorganize, bless and add tests for const control flowDylan MacKenzie-1/+1
This creates a new test directory, `ui/consts/control-flow` to hold tests related to control flow in a const context. It also blesses all existing tests with the new error messages, and adds new tests for the `const_if_match` feature.
2019-11-13Bless const tests with improved diagnosticsDylan MacKenzie-0/+1
2019-04-08Update test cases for changes to error messagesIsaac Whitfield-1/+0
2019-01-12Stabilise irrefutable if-let and while-let patternsvarkor-1/+1
This stabilises RFC 2086 (https://github.com/rust-lang/rust/issues/44495). Co-Authored-By: Sebastian Malton <sebastian@malton.name>
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-14Merged migrated compile-fail tests and ui tests. Fixes #46841.David Wood-0/+24