mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-01 15:01:51 +00:00
cc9631a371
``` error[E0308]: `match` arms have incompatible types --> tests/ui/codemap_tests/huge_multispan_highlight.rs:98:18 | 6 | let _ = match true { | ---------- `match` arms have incompatible types 7 | true => ( | _________________- 8 | | // last line shown in multispan header ... | 96 | | 97 | | ), | |_________- this is found to be of type `()` 98 | false => " | __________________^ ... | 119 | | 120 | | ", | |_________^ expected `()`, found `&str` error[E0308]: `match` arms have incompatible types --> tests/ui/codemap_tests/huge_multispan_highlight.rs:215:18 | 122 | let _ = match true { | ---------- `match` arms have incompatible types 123 | true => ( | _________________- 124 | | 125 | | 1 // last line shown in multispan header ... | 213 | | 214 | | ), | |_________- this is found to be of type `{integer}` 215 | false => " | __________________^ 216 | | 217 | | 218 | | 1 last line shown in multispan ... | 237 | | 238 | | ", | |_________^ expected integer, found `&str` ``` |
||
---|---|---|
.. | ||
auxiliary | ||
offset-of-arg-count.rs | ||
offset-of-arg-count.stderr | ||
offset-of-builtin.rs | ||
offset-of-builtin.stderr | ||
offset-of-dst-field.rs | ||
offset-of-dst-field.stderr | ||
offset-of-enum.rs | ||
offset-of-enum.stderr | ||
offset-of-inference.rs | ||
offset-of-inference.stderr | ||
offset-of-must-use.rs | ||
offset-of-must-use.stderr | ||
offset-of-output-type.rs | ||
offset-of-output-type.stderr | ||
offset-of-private.rs | ||
offset-of-private.stderr | ||
offset-of-self.rs | ||
offset-of-self.stderr | ||
offset-of-tuple-nested.rs | ||
offset-of-tuple.rs | ||
offset-of-tuple.stderr | ||
offset-of-unsized.rs | ||
offset-of-unstable-with-feature.rs | ||
offset-of-unstable.rs | ||
offset-of-unstable.stderr |