Skip to content

Return None from Span::join if in different files#47150

Merged
bors merged 1 commit into
rust-lang:masterfrom
dtolnay:join
Jan 5, 2018
Merged

Return None from Span::join if in different files#47150
bors merged 1 commit into
rust-lang:masterfrom
dtolnay:join

Conversation

@dtolnay

@dtolnay dtolnay commented Jan 3, 2018

Copy link
Copy Markdown
Member

Fixes #47148. r? @abonander

@dtolnay

dtolnay commented Jan 3, 2018

Copy link
Copy Markdown
Member Author

r? @jseyfried

@kennytm kennytm added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. label Jan 3, 2018
@abonander

Copy link
Copy Markdown
Contributor

Can't believe I made that mistake. Maybe something that should be tested? Though you'd need a multi-file project.

@jseyfried

Copy link
Copy Markdown
Contributor

@bors r+

@bors

bors commented Jan 3, 2018

Copy link
Copy Markdown
Collaborator

📌 Commit 2b9add2 has been approved by jseyfried

kennytm added a commit to kennytm/rust that referenced this pull request Jan 4, 2018
Return None from Span::join if in different files

Fixes rust-lang#47148. r? @abonander
kennytm added a commit to kennytm/rust that referenced this pull request Jan 5, 2018
Return None from Span::join if in different files

Fixes rust-lang#47148. r? @abonander
bors added a commit that referenced this pull request Jan 5, 2018
Rollup of 10 pull requests

- Successful merges: #47030, #47033, #47110, #47149, #47150, #47160, #47162, #47182, #47198, #47199
- Failed merges:
@bors bors merged commit 2b9add2 into rust-lang:master Jan 5, 2018
@dtolnay dtolnay deleted the join branch May 26, 2018 02:46
@dtolnay dtolnay added T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. A-proc-macros Area: Procedural macros and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-proc-macros Area: Procedural macros T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Never getting None from proc_macro::Span::join

5 participants