summaryrefslogtreecommitdiffstats
path: root/tests/ui/diagnostic-flags/terminal_urls.stderr
blob: 7f7e69c5d5da7d77bb17d6962bf3e2db58bfe483 (plain)
1
2
3
4
5
6
7
8
9
10
11
error[]8;;https://doc.rust-lang.org/error_codes/E0308.htmlE0308]8;;]: mismatched types
  --> $DIR/terminal_urls.rs:3:9
   |
LL |     let () = 4;
   |         ^^   - this expression has type `{integer}`
   |         |
   |         expected integer, found `()`

error: aborting due to previous error

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