summaryrefslogtreecommitdiffstats
path: root/tests/ui/impl-trait/in-trait/default-body-type-err-2.stderr
blob: cc3bdf0e5717ecac48e61893ad1156c6b0f06880 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[E0308]: mismatched types
  --> $DIR/default-body-type-err-2.rs:8:9
   |
LL |         42
   |         ^^- help: try using a conversion method: `.to_string()`
   |         |
   |         expected `String`, found integer

error: aborting due to previous error

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