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