auto merge of #10794 : alexcrichton/rust/issue-10790, r=alexcrichton
Note entirely sure how this is passing at all today, but regardless this fixes the problems seen in #10790 Closes #10790
This commit is contained in:
commit
91695797c2
1 changed files with 1 additions and 0 deletions
|
|
@ -25,6 +25,7 @@ fn main () {
|
|||
for _ in range(0, 1000) {
|
||||
println!("hello?");
|
||||
}
|
||||
return;
|
||||
}
|
||||
|
||||
let config = process::ProcessConfig {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue