summary refs log tree commit diff
path: root/src/test/run-fail/do-while-fail.rs
AgeCommit message (Collapse)AuthorLines
2012-01-19In trans, allow _|_-typed things to be the argument to failTim Chevalier-0/+4
Rationale: _|_-typed things diverge, so it's safe to use them in any context. Closes #1465