| 297 | // FIXME(eddyb) use `rustc_index` for this instead. |
| 298 | #[derive(Copy, Clone, Debug, PartialEq, Eq, PartialOrd, Ord, Hash)] |
| 299 | struct Param(u32); |
| 300 | |
| 301 | impl fmt::Display for Param { |
| 302 | fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result { |
no outgoing calls