]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #14517 : lucy/rust/issue-14499, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 30 May 2014 09:11:45 +0000 (02:11 -0700)
committerbors <bors@rust-lang.org>
Fri, 30 May 2014 09:11:45 +0000 (02:11 -0700)
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 {
                      ^~~~~~~
```

1  2 
src/libsyntax/parse/parser.rs

Simple merge