(name: &Name, all: Option<&Vec<Name>>)
| 2684 | } |
| 2685 | }, |
| 2686 | LeanExprData::Mdata(..) => { |
| 2687 | // Unreachable — the while-loop above peeled off every `Mdata` layer. |
| 2688 | unreachable!("Mdata should have been peeled off into mdata_layers"); |
| 2689 | }, |
| 2690 | LeanExprData::Fvar(name, _) => { |
| 2691 | panic!( |
no test coverage detected