Uh oh!
There was an error while loading. Please reload this page.
syntax: Make imports in AST closer to the source and cleanup their parsing - #48917
Conversation
rust-highfive
commented
Mar 10, 2018
(rust_highfive has picked a reviewer for you, use r? to override) |
bors
commented
Mar 11, 2018
☔ The latest upstream changes (presumably #48691) made this pull request unmergeable. Please resolve the merge conflicts. |
michaelwoerister
commented
Mar 12, 2018
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
petrochenkov
commented
Mar 12, 2018
@bors r=oli-obk |
bors
commented
Mar 12, 2018
📌 Commit 6150b1b has been approved by |
bors
commented
Mar 14, 2018
☔ The latest upstream changes (presumably #48811) made this pull request unmergeable. Please resolve the merge conflicts. |
petrochenkov
commented
Mar 15, 2018
@bors r=oli-obk |
bors
commented
Mar 15, 2018
📌 Commit 57ddaae has been approved by |
bors
commented
Mar 17, 2018
⌛ Testing commit 57ddaae719544aac2384bce9ee8471bbe49ae124 with merge 79348e6ce42fda50f745553dba8babf5a92b83a9... |
bors
commented
Mar 17, 2018
💔 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
petrochenkov
commented
Mar 17, 2018
@bors r=oli-obk |
bors
commented
Mar 17, 2018
📌 Commit a02b1d7 has been approved by |
bors
commented
Mar 18, 2018
syntax: Make imports in AST closer to the source and cleanup their parsing This is a continuation of #45846 in some sense.
bors
commented
Mar 18, 2018
☀️ Test successful - status-appveyor, status-travis |
kennytm-githubbot
commented
Mar 18, 2018
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.