define_short_id

Macro define_short_id 

Source
macro_rules! define_short_id {
    ($short_id:ident, $long_id:path) => { ... };
}
Expand description

TODO(eytan-starkware): Remove this macro entirely and rely on salsa::interned.