summaryrefslogtreecommitdiffstats
path: root/third_party/rust/codespan-reporting/tests/snapshots/term__multiline_overlapping__medium_color.snap
blob: afddf2456e5203603c7155549ce949230b9f006d (plain)
1
2
3
4
5
6
7
8
9
---
source: codespan-reporting/tests/term.rs
expression: TEST_DATA.emit_color(&config)
---
codespan/src/file.rs:4:34: {fg:Red bold bright}error[E0308]{bold bright}: match arms have incompatible types{/}
 {fg:Blue}={/} expected type `Result<ByteIndex, LineIndexOutOfBoundsError>`
      found type `LineIndexOutOfBoundsError`