]> git.lizzy.rs Git - rust.git/commitdiff
auto merge of #13295 : huonw/rust/gate-concat-idents, r=alexcrichton
authorbors <bors@rust-lang.org>
Fri, 4 Apr 2014 13:07:02 +0000 (06:07 -0700)
committerbors <bors@rust-lang.org>
Fri, 4 Apr 2014 13:07:02 +0000 (06:07 -0700)
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

1  2 
src/libstd/lib.rs

Simple merge