File: type-mismatch.stderr

package info (click to toggle)
rust-async-trait 0.1.89-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 360 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 265 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
error[E0308]: mismatched types
  --> tests/ui/type-mismatch.rs:14:9
   |
14 |         0
   |         ^ expected `()`, found integer

error[E0308]: mismatched types
  --> tests/ui/type-mismatch.rs:17:9
   |
17 |         0
   |         ^ expected `()`, found integer