Skip to content

Commit

Permalink
Auto merge of #1870 - RalfJung:rustup, r=RalfJung
Browse files Browse the repository at this point in the history
  • Loading branch information
bors committed Aug 14, 2021
2 parents 042cbf1 + 78b4c7b commit 13fae3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
996ff2e0a0f911f52bb1de6bdd0cfd5704de1fc9
fa2692990c05652c7823c8d2afae501a00a69050
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ fn main() {
extern "C" {
fn FOO();
}
unsafe { FOO() } //~ ERROR attempt to call an exported symbol that is not defined as a function
unsafe { FOO() } //~ ERROR unsupported operation: can't call foreign function: FOO
}

0 comments on commit 13fae3d

Please sign in to comment.