Closed
Description
fn main() {
println!("", { macro_rules! x { ($()*) => {} } 33 });
}
(There are a few open ICEs around macro_rules!
, including one very recently fixed, but they look different.)
thread 'rustc' panicked at 'index out of bounds: the len is 0 but the index is 0', /buildslave/rust-buildbot/slave/nightly-dist-rustc-linux/build/src/libcollections/vec.rs:1392