Skip to content
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

rustc: feature-gate concat_idents!. #13295

Merged
merged 1 commit into from
Apr 4, 2014
Merged

Conversation

huonw
Copy link
Member

@huonw huonw commented Apr 3, 2014

rustc: feature-gate concat_idents!.

concat_idents! is not as useful as it could be, due to macros only being
allowed in limited places, and hygiene, so lets feature gate it until we
make a decision about it.

cc #13294

@alexcrichton
Copy link
Member

r=me, but there are two tests using concat_idents! which likely need to be updated

concat_idents! is not as useful as it could be, due to macros only being
allowed in limited places, and hygiene, so lets feature gate it until we
make a decision about it.

cc rust-lang#13294
bors added a commit that referenced this pull request Apr 4, 2014
rustc: feature-gate `concat_idents!`.

concat_idents! is not as useful as it could be, due to macros only being
allowed in limited places, and hygiene, so lets feature gate it until we
make a decision about it.

cc #13294
@bors bors closed this Apr 4, 2014
@bors bors merged commit 6c5e1d0 into rust-lang:master Apr 4, 2014
@huonw huonw deleted the gate-concat-idents branch June 27, 2014 06:47
matthiaskrgr pushed a commit to matthiaskrgr/rust that referenced this pull request Oct 11, 2022
Remove obsolete in-rust-tree feature from sourcegen
Jarcho pushed a commit to Jarcho/rust that referenced this pull request Aug 24, 2024
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.

3 participants