I'm trying to change `DefIndex` to be defined using newtype_index and calling newtype_index macro this way ... ```rust newtype_index!(DefIndex { DEBUG_FORMAT = custom const DEF_INDEX_HI_START = 1 << 31, const CRATE_DEF_INDEX = 0, }); ``` Does not work. /cc @Nashenas88 @nikomatsakis