6 lines
115 B
Rust
6 lines
115 B
Rust
// gate-test-concat_idents
|
|
|
|
fn main() {
|
|
concat_idents!(a, b); //~ ERROR `concat_idents` is not stable enough
|
|
}
|