2020-10-28 13:45:21 +00:00
|
|
|
// originally from glacier/fixed/77329.rs
|
|
|
|
// assertion failed: `(left == right) ; different DefIds
|
2023-07-27 11:40:22 +00:00
|
|
|
//@no-rustfix
|
2020-10-28 13:45:21 +00:00
|
|
|
fn bug<T>() -> impl Iterator<Item = [(); { |x: [u8]| x }]> {
|
|
|
|
std::iter::empty()
|
|
|
|
}
|