2020-11-05 13:29:48 +00:00
|
|
|
// originally from glacier/fixed/77329.rs
|
|
|
|
// assertion failed: `(left == right) ; different DefIds
|
2023-08-24 19:32:12 +00:00
|
|
|
//@no-rustfix
|
2020-11-05 13:29:48 +00:00
|
|
|
fn bug<T>() -> impl Iterator<Item = [(); { |x: [u8]| x }]> {
|
|
|
|
std::iter::empty()
|
|
|
|
}
|