pub type ExpectedFailKey = Vec<ExpectedFailKeyPart>;Expand description
A single expected-fail key: a list of index/variant pairs.
- Length 1 for single-index assertions:
[Mode.Boost] - Length >1 for multi-index assertions:
[(Mode.Boost, Phase.Launch)]
Aliased Typeยง
pub struct ExpectedFailKey { /* private fields */ }