Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions data/assert_matches.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
description = """
`assert_matches!()` and `debug_assert_matches!()` are in `std` since Rust 1.96 (in \
`std::assert_matches`, not the prelude). The crate's `=> arm` form, which yields \
a value or runs extra assertions on the bindings, has no `std` equivalent.
"""
url = "https://doc.rust-lang.org/std/macro.assert_matches.html"