summaryrefslogtreecommitdiffstats
path: root/src/test/ui/type/type-shadow.stderr
blob: 25b4bff4d9aaa7453849322748392e27d87e7146 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0308]: mismatched types
  --> $DIR/type-shadow.rs:6:20
   |
LL |         let y: Y = "hello";
   |                -   ^^^^^^^ expected `isize`, found `&str`
   |                |
   |                expected due to this

error: aborting due to previous error

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