summaryrefslogtreecommitdiffstats
path: root/third_party/rust/codespan-reporting/tests/snapshots/term__multiline_omit__rich_no_color.snap
blob: bb9363d91bdfb23a902a3f906e7c891691c60a15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
---
source: codespan-reporting/tests/term.rs
expression: TEST_DATA.emit_no_color(&config)
---
error[empty_if]: empty elseif block
   ┌─ empty_if_comments.lua:1:1
   │    
 1 │ ╭   elseif 3 then
 2 │ │   
 3 │ │ ╭ 
 4 │ │ │ 
 5 │ │ │ 
   · │ │
 8 │ │ │ 
 9 │ │ │ 
   │ │ ╰' content should be in here
10 │ │   else
   │ ╰───^

error[E0308]: mismatched types
   ┌─ src/lib.rs:2:6
   │  
 2 │       1
   │ ╭─────^
 3 │ │     + 1
 4 │ │     + 1
   · │
 7 │ │     +1
   │ │      - missing whitespace
 8 │ │     + 1
 9 │ │     + 1
10 │ │     + 1
   │ ╰───────^ expected (), found integer
   │  
   = note:	expected type `()`
     	found type `{integer}`