Skip to content

Fix issue with using self module via indirection - #68106

Merged
bors merged 1 commit into
rust-lang:masterfrom
varkor:self_self_use
Jan 11, 2020
Merged

Fix issue with using self module via indirection#68106
bors merged 1 commit into
rust-lang:masterfrom
varkor:self_self_use

Conversation

@varkor

Copy link
Copy Markdown
Contributor

Fixes#68103.

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @estebank

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfiverust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jan 10, 2020
Comment threadsrc/test/ui/issues/issue-68103.rs Outdated
@estebank

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Jan 10, 2020

Copy link
Copy Markdown
Collaborator

📌 Commit 799efd3 has been approved by estebank

@borsbors added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 10, 2020
Centril added a commit to Centril/rust that referenced this pull request Jan 11, 2020
Fix issue with using `self` module via indirection
Fixesrust-lang#68103.
@CentrilCentril mentioned this pull request Jan 11, 2020
Centril added a commit to Centril/rust that referenced this pull request Jan 11, 2020
Fix issue with using `self` module via indirection
Fixesrust-lang#68103.
@CentrilCentril mentioned this pull request Jan 11, 2020
bors added a commit that referenced this pull request Jan 11, 2020
Rollup of 8 pull requests
Successful merges:
- #67666 (make use of pointer::is_null)
- #67806 (Extract `rustc_ast_passes`, move gating, & refactor linting)
- #68043 (Add some missing timers)
- #68074 (Add `llvm-skip-rebuild` flag to `x.py`)
- #68079 (Clarify suggestion for E0013)
- #68084 (Do not ICE on unicode next point)
- #68102 (Inline some conversion methods around OsStr)
- #68106 (Fix issue with using `self` module via indirection)
Failed merges:
r? @ghost
@bors
bors merged commit 799efd3 into rust-lang:masterJan 11, 2020
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-borsStatus: Waiting on bors to run and complete tests. Bors will change the label on completion.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ICE: expected item, found unknown node, caused by reexport.

5 participants

@varkor@rust-highfive@estebank@bors@jackh726