about summary refs log tree commit diff
path: root/src/test/ui/consts/control-flow/assert.both.stderr
AgeCommit message (Collapse)AuthorLines
2020-06-28Update testsDylan MacKenzie-13/+0
2020-02-06rustc_macros: don't limit the -Zmacro-backtrace suggestion to extern macros.Eduard-Mihai Burtescu-1/+1
2020-02-06rustc: rename -Zexternal-macro-backtrace to -Zmacro-backtrace.Eduard-Mihai Burtescu-1/+1
2019-11-21Reorganize, bless and add tests for const control flowDylan MacKenzie-0/+13
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.