aboutsummaryrefslogtreecommitdiff
path: root/src/test/compile-fail/not-a-pred-3.rs
Commit message (Collapse)AuthorAgeFilesLines
* Test cases for pred / check stuffTim Chevalier2011-05-051-0/+1
|
* Check well-formedness of constraintsTim Chevalier2011-05-051-0/+15
Check that the operand in a constraint is an explicit name, and that the operands are all local variables or literals. Still need to check that the name refers to a pure function.