2
0
Fork 0
mirror of https://github.com/rust-lang/rust-clippy synced 2025-01-08 19:28:45 +00:00
rust-clippy/tests/ui/crashes/ice-6251.rs

7 lines
186 B
Rust
Raw Normal View History

// originally from glacier/fixed/77329.rs
// assertion failed: `(left == right) ; different DefIds
fn bug<T>() -> impl Iterator<Item = [(); { |x: [u8]| x }]> {
std::iter::empty()
}