error[E0308]: mismatched types --> tests/fail/not_tagged_eq.rs:18:21 | 18 | assert_eq!(id1, id2); | ^^^ expected `Id`, found `Id` | = note: expected struct `Id` found struct `Id`