summary refs log tree commit diff
path: root/src/test/compile-fail/const-err2.rs
AgeCommit message (Collapse)AuthorLines
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