mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-14 16:03:17 +00:00
7 lines
199 B
Rust
7 lines
199 B
Rust
// originally from glacier/fixed/77329.rs
|
|
// assertion failed: `(left == right) ; different DefIds
|
|
//@no-rustfix
|
|
fn bug<T>() -> impl Iterator<Item = [(); { |x: [u8]| x }]> {
|
|
std::iter::empty()
|
|
}
|