about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2014-09-07 16:21:29 +0000
committerbors <bors@rust-lang.org>2014-09-07 16:21:29 +0000
commitd7502ac2d6c64958be672991c33a1404ea5f040e (patch)
treec778c8858de612d960c436b6e69baf8e03ddb9f4 /src/rustllvm/RustWrapper.cpp
parent4067252def4251d7c2f4afc79ae1716093fe27ac (diff)
parent8baff5412861e2013c245ccffcbba84be3186c06 (diff)
downloadrust-d7502ac2d6c64958be672991c33a1404ea5f040e.tar.gz
rust-d7502ac2d6c64958be672991c33a1404ea5f040e.zip
auto merge of #17015 : seb-m/rust/fix-extern-crate-as, r=sfackler
Its arguments were inverted.

For instance it displayed this message:

```
warning: this extern crate syntax is deprecated. Use: extern create "foobar" as foo;
```

Instead of:

```
warning: this extern crate syntax is deprecated. Use: extern create "foo" as foobar;
```
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions