Skip to content

Commit

Permalink
Add 78651
Browse files Browse the repository at this point in the history
Locally running `cargo run` and running `rustc` directly produced different
results.

Call rustc on 78651 directly instead of indirectly (through cargo).

Issue: rust-lang/rust#78651
  • Loading branch information
fanninpm committed Dec 19, 2020
1 parent 942f540 commit 91b4f12
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions ices/78651.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#!/bin/bash

rustc - <<EOF
use std::result;
impl result {
fn into_future() -> Err {}
}
EOF

0 comments on commit 91b4f12

Please sign in to comment.