rust/src/test/ui/return
Dylan MacKenzie 5c377f37e4 Reorganize, bless and add tests for const control flow
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-21 16:55:13 -08:00
..
return-from-diverging.rs
return-from-diverging.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
return-match-array-const.rs
return-match-array-const.stderr Reorganize, bless and add tests for const control flow 2019-11-21 16:55:13 -08:00
return-type.rs
return-type.stderr Surround types with backticks in type errors 2019-11-18 11:03:04 -08:00
return-unit-from-diverging.rs
return-unit-from-diverging.stderr