summaryrefslogtreecommitdiffstats
path: root/tests/ui/deref-patterns/gate.stderr
blob: 993468b5e826bf9e2ecead481144468c6731c5ab (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0308]: mismatched types
  --> $DIR/gate.rs:4:9
   |
LL |     match String::new() {
   |           ------------- this expression has type `String`
LL |         "" | _ => {}
   |         ^^ expected struct `String`, found `&str`

error: aborting due to previous error

For more information about this error, try `rustc --explain E0308`.