diff options
| author | bors <bors@rust-lang.org> | 2014-05-30 02:11:45 -0700 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2014-05-30 02:11:45 -0700 |
| commit | 3a105464fbdf5ba9df7c97eaecffe9f8479f91b0 (patch) | |
| tree | cfe9cfbe364529d857313fd3a8a56f06dfbd29ba /src/rustllvm/RustWrapper.cpp | |
| parent | 25951b22420c5ecb1428a225a4dbb9e7529cf181 (diff) | |
| parent | 1b3a03009215b518572b03dd4bf02dbcba129527 (diff) | |
| download | rust-3a105464fbdf5ba9df7c97eaecffe9f8479f91b0.tar.gz rust-3a105464fbdf5ba9df7c97eaecffe9f8479f91b0.zip | |
auto merge of #14517 : lucy/rust/issue-14499, r=alexcrichton
Fixes #8537
Fixes #14499 (duplicate of #8537)
Old:
```rust
test.rs:2 pub extern "xxxxx" fn add(x: int, y: int) -> int {
^~
```
New:
```rust
test.rs:2 pub extern "xxxxx" fn add(x: int, y: int) -> int {
^~~~~~~
```
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions
