Tracking Issue for assert_matches (original) (raw)

Feature gate: #![feature(assert_matches)]

This is a tracking issue for the assert_matches!() and debug_assert_matches!() macros.

Public API

// core

macro_rules! assert_matches { .. } macro_rules! debug_assert_matches { .. }

Steps / History

Unresolved Questions