Skip to main content

luaur_analysis/records/
unmapped.rs

1#[derive(Debug, Clone, Copy, Default, PartialEq, Eq, Hash)]
2pub struct Unmapped {
3    /// The index of the scope where the generic pack was quantified
4    pub(crate) scope_index: usize,
5}