5 lines
93 B
Rust
5 lines
93 B
Rust
//@ known-bug: #123861
|
|
//@ needs-rustc-debug-assertions
|
|
|
|
struct _;
|
|
fn mainIterator<_ = _> {}
|