[][src]Macro dicetest::hint_debug

macro_rules! hint_debug {
    ($arg:tt) => { ... };
}

Adds a hint that contains the stringified argument and the argument value converted with Debug.