about summary refs log tree commit diff
path: root/src/test/compile-fail/const-err2.rs
AgeCommit message (Collapse)AuthorLines
2018-08-14Moved compile-fail tests to ui tests.David Wood-39/+0
2018-06-05Fix testsFabian Zaiser-0/+1
2018-03-08Unify the const folding errorsOliver Schneider-0/+5
before they differed depending on whether optimizations were on or not
2018-03-08Add InterpretInterner to StableHashingContext for AllocId serializationOliver Schneider-1/+3
2018-03-08Fully use miri in transOliver Schneider-4/+2
2017-10-25Update compile-fail tests for error message deduplication.Michael Woerister-1/+0
2016-08-04Update wording on E0080Shantanu Raj-5/+5
Change "attempted" to "attempt"
2016-04-26don't demote expressions just because const_eval failsOliver Schneider-0/+34
this might introduce subtle bugs to code generation