We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
DEBUG_FORMAT = custom
I'm trying to change DefIndex to be defined using newtype_index and calling newtype_index macro this way ...
DefIndex
newtype_index!(DefIndex { DEBUG_FORMAT = custom const DEF_INDEX_HI_START = 1 << 31, const CRATE_DEF_INDEX = 0, });
Does not work.
/cc @Nashenas88 @nikomatsakis