]> git.proxmox.com Git - rustc.git/blame - src/test/ui/feature-gate-concat_idents2.stderr
New upstream version 1.25.0+dfsg1
[rustc.git] / src / test / ui / feature-gate-concat_idents2.stderr
CommitLineData
2c00a5a8 1error[E0658]: `concat_idents` is not stable enough for use and is subject to change (see issue #29599)
ff7c6d11
XL
2 --> $DIR/feature-gate-concat_idents2.rs:14:5
3 |
414 | concat_idents!(a, b); //~ ERROR `concat_idents` is not stable enough
5 | ^^^^^^^^^^^^^^^^^^^^^
6 |
7 = help: add #![feature(concat_idents)] to the crate attributes to enable
8
9error: aborting due to previous error
10