Ensure that two types are the same, or fail with a compilation error.
use assert_same_types;
assert_same_types!;
use assert_same_types;
// Fails with the message:
// the trait `SameTypes` is not implemented for `(i32, u32)`
assert_same_types!;
Ensure that two types are the same, or fail with a compilation error.
use assert_same_types;
assert_same_types!;
use assert_same_types;
// Fails with the message:
// the trait `SameTypes` is not implemented for `(i32, u32)`
assert_same_types!;