]> git.lizzy.rs Git - rust.git/commitdiff
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)
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.

1  2 
src/libsyntax/parse/parser.rs
src/libsyntax/print/pprust.rs
src/test/pretty/issue-4264.pp

Simple merge
Simple merge
Simple merge