File tree Expand file tree Collapse file tree 8 files changed +30
-0
lines changed Expand file tree Collapse file tree 8 files changed +30
-0
lines changed Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ #![ doc( hidden) ]
16
+
15
17
pub mod source_location;
16
18
pub mod test_outcome;
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ // There are no visible documentation elements in this module; the declarative
16
+ // macro is documented at the top level.
17
+ #![ doc( hidden) ]
18
+
15
19
/// Matches a value which all of the given matchers match.
16
20
///
17
21
/// For example:
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ // There are no visible documentation elements in this module; the declarative
16
+ // macro is documented at the top level.
17
+ #![ doc( hidden) ]
18
+
15
19
/// Matches a container's elements to each matcher in order.
16
20
///
17
21
/// ```rust
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ // There are no visible documentation elements in this module; the declarative
16
+ // macro is documented at the top level.
17
+ #![ doc( hidden) ]
18
+
15
19
/// Matches a structure or enum with a given field which is matched by a given
16
20
/// matcher.
17
21
///
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ // There are no visible documentation elements in this module; the declarative
16
+ // macro is documented at the top level.
17
+ #![ doc( hidden) ]
18
+
15
19
/// Matches a value according to a pattern of matchers.
16
20
///
17
21
/// This can be used to match arbitrary combinations of fields on structures
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ // There are no visible documentation elements in this module; the declarative
16
+ // macro is documented at the top level.
17
+ #![ doc( hidden) ]
18
+
15
19
/// Generates a matcher which matches a container each of whose elements match
16
20
/// the given matcher name applied respectively to each element of the given
17
21
/// container.
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ // There are no visible documentation elements in this module; the declarative
16
+ // macro is documented at the top level.
17
+ #![ doc( hidden) ]
18
+
15
19
/// Matches a tuple whose elements are matched by each of the given matchers.
16
20
///
17
21
/// ```rust
Original file line number Diff line number Diff line change 12
12
// See the License for the specific language governing permissions and
13
13
// limitations under the License.
14
14
15
+ // There are no visible documentation elements in this module; the declarative
16
+ // macro is documented at the top level.
17
+ #![ doc( hidden) ]
18
+
15
19
/// Matches a container whose elements in any order have a 1:1 correspondence
16
20
/// with the provided element matchers.
17
21
///
You can’t perform that action at this time.
0 commit comments