summaryrefslogtreecommitdiffstats
path: root/tests/ui/deref-patterns/gate.stderr
blob: e3cbded339d7fc7be409c090188eeb209334877c (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 `String`, found `&str`

error: aborting due to 1 previous error

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