]> git.lizzy.rs Git - rust.git/commit
auto merge of #16689 : wickerwaka/rust/crate-as, r=pcwalton
authorbors <bors@rust-lang.org>
Wed, 27 Aug 2014 06:01:18 +0000 (06:01 +0000)
committerbors <bors@rust-lang.org>
Wed, 27 Aug 2014 06:01:18 +0000 (06:01 +0000)
commit5550edef46ba7893b90d210913e3b37ffd77cae4
tree059588a2b627791b47bbba7712b253047263f585
parent566b470e138e929e8a93d613372db1ba177c494f
parentc0e003d5ade810f36b8f4a1bb641b6bb2476b298
auto merge of #16689 : wickerwaka/rust/crate-as, r=pcwalton

For review. Not sure about the link_attrs stuff. Will work on converting all the tests.

extern crate "foobar" as foo;
extern crate foobar as foo;

Implements remaining part of RFC #47.
Addresses issue #16461.

Removed link_attrs from rust.md, they don't appear to be supported by
the parser.
src/libsyntax/parse/parser.rs
src/libsyntax/print/pprust.rs
src/test/pretty/issue-4264.pp