index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
run-fail
/
do-while-fail.rs
Age
Commit message (
Collapse
)
Author
Lines
2012-01-19
In trans, allow _|_-typed things to be the argument to fail
Tim Chevalier
-0
/
+4
Rationale: _|_-typed things diverge, so it's safe to use them in any context. Closes #1465