summary refs log tree commit diff
path: root/src/test/ui/const-eval/issue-43197.stderr
AgeCommit message (Expand)AuthorLines
2018-07-23Promoteds are statics and statics have a place, not just a valueOliver Schneider-30/+0
2018-06-28Turn the use of erroneous constants into errors againOliver Schneider-4/+4
2018-06-28Don't const propagate the body of constantsOliver Schneider-28/+16
2018-06-05Properly report transitive errorsOliver Schneider-1/+37
2018-06-05Referring to erroneous constants in promoteds must abort the buildOliver Schneider-7/+22
2018-06-05Refactor the const eval diagnostic APIOliver Schneider-4/+8
2018-05-12Make the `const_err` lint `deny`-by-defaultOliver Schneider-7/+11
2018-04-24Warn on all erroneous constantsOliver Schneider-6/+18
2018-04-15Only warn on erroneous promoted constantsOliver Schneider-9/+6
2018-03-14update testsGuillaume Gomez-1/+1
2018-03-08Unify the const folding errorsOliver Schneider-14/+16
2018-03-08Regenerate testsOliver Schneider-15/+13
2018-02-26Update UI testsVadim Petrochenkov-4/+4
2018-02-25Update ui testsGuillaume Gomez-0/+1
2017-11-24Merge cfail and ui tests into ui testsOliver Schneider-6/+6
2017-10-29Add several lints into `unused` lint groupVadim Petrochenkov-2/+2
2017-07-31trans::mir::constant - fix assignment error recoveryAriel Ben-Yehuda-0/+28