diff options
| author | bors <bors@rust-lang.org> | 2016-09-01 19:03:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-01 19:03:27 -0700 |
| commit | 8aeb15acc73311ea4308e74a166ba3c0b261c810 (patch) | |
| tree | 2b1cc7b3cc199c1e94e13f2a3b1f9681f97b9d7d /src/rustllvm/RustWrapper.cpp | |
| parent | 497d67d708e5e54344efc10f9c16ea83b215da9e (diff) | |
| parent | 90ce504c1c3dc014ca8e0aa91e21c46569a9d4ab (diff) | |
| download | rust-8aeb15acc73311ea4308e74a166ba3c0b261c810.tar.gz rust-8aeb15acc73311ea4308e74a166ba3c0b261c810.zip | |
Auto merge of #35894 - jseyfried:new_import_semantics, r=nrc
Implement RFC 1560 behind `#![feature(item_like_imports)]` This implements https://github.com/rust-lang/rfcs/pull/1560 (cc #35120) behind the `item_like_imports` feature gate. The [RFC text](https://github.com/rust-lang/rfcs/blob/master/text/1560-name-resolution.md#changes-to-name-resolution-rules) describes the changes to name resolution enabled by `#