Skip to content

Suppress space after idents with "ModName" style in serialization of exported macros. #21542

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 3 commits into from
Jan 24, 2015

Conversation

vadimcn
Copy link
Contributor

@vadimcn vadimcn commented Jan 23, 2015

... so that super::foo gets serialized as super:: foo, rather than super :: foo.

@rust-highfive
Copy link
Contributor

r? @pcwalton

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

@alexcrichton
Copy link
Member

Thanks! Can you add a test for this as well?

@vadimcn vadimcn force-pushed the fix-exported-macro-paths branch 3 times, most recently from 6994a01 to 27a261b Compare January 23, 2015 07:00
@vadimcn vadimcn force-pushed the fix-exported-macro-paths branch from 6994a01 to 5c344d3 Compare January 23, 2015 07:05
@vadimcn
Copy link
Contributor Author

vadimcn commented Jan 23, 2015

Done. r?

@sfackler
Copy link
Member

cc #20923

@alexcrichton
Copy link
Member

Looks like there are some tidy errors, otherwise r=me, thanks!

@vadimcn
Copy link
Contributor Author

vadimcn commented Jan 24, 2015

ok, looks like tidy is happy now

@alexcrichton
Copy link
Member

@bors: r+ f09c680

bors added a commit that referenced this pull request Jan 24, 2015
... so that `super::foo` gets serialized as `super:: foo`, rather than `super :: foo`.
@bors
Copy link
Collaborator

bors commented Jan 24, 2015

⌛ Testing commit f09c680 with merge 0430a43...

@bors bors merged commit f09c680 into rust-lang:master Jan 24, 2015
@vadimcn vadimcn deleted the fix-exported-macro-paths branch January 27, 2015 00:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants