error[E0308]: mismatched types --> tests/trybuild/fail/should-fail-with-invalid-state-2.rs:15:13 | 15 | name => AllRoutes, | ^^^^^^^^^ | | | expected `Router`, found `Router` | expected `Router` because of return type ... 18 | get => get | --- here the type of `r` is inferred to be `Router` | = note: expected struct `Router` found struct `Router`