syntax: Make imports in AST closer to the source and cleanup their parsing#48917
syntax: Make imports in AST closer to the source and cleanup their parsing#48917bors merged 6 commits intorust-lang:masterfrom
Conversation
|
(rust_highfive has picked a reviewer for you, use r? to override) |
|
☔ The latest upstream changes (presumably #48691) made this pull request unmergeable. Please resolve the merge conflicts. |
|
Could someone else from @rust-lang/compiler take this over? This touches a lot of code that I know little about. |
oli-obk
left a comment
There was a problem hiding this comment.
r=me with some docs and a rebase
src/libsyntax/ast.rs
Outdated
|
@bors r=oli-obk |
|
📌 Commit 6150b1b has been approved by |
|
☔ The latest upstream changes (presumably #48811) made this pull request unmergeable. Please resolve the merge conflicts. |
|
@bors r=oli-obk |
|
📌 Commit 57ddaae has been approved by |
|
⌛ Testing commit 57ddaae719544aac2384bce9ee8471bbe49ae124 with merge 79348e6ce42fda50f745553dba8babf5a92b83a9... |
|
💔 Test failed - status-travis |
Fix `unused_import_braces` lint false positive on `use prefix::{self as rename}`
…bilities Add the root segment for name resolution purposes only
|
@bors r=oli-obk |
|
📌 Commit a02b1d7 has been approved by |
syntax: Make imports in AST closer to the source and cleanup their parsing This is a continuation of #45846 in some sense.
|
☀️ Test successful - status-appveyor, status-travis |
Tested on commit rust-lang/rust@5e3ecdc. Direct link to PR: <rust-lang/rust#48917> 💔 clippy-driver on windows: test-fail → build-fail (cc @Manishearth @llogiq @mcarton @oli-obk). 💔 clippy-driver on linux: test-fail → build-fail (cc @Manishearth @llogiq @mcarton @oli-obk).
This is a continuation of #45846 in some sense.