aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_cargo_watch/src/conv/snapshots/ra_cargo_watch__conv__test__snap_rustc_mismatched_type.snap
blob: 78b7f7cc835c2464a603468fdd03314135ec7497 (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
39
40
41
42
43
44
45
46
47
48
---
source: crates/ra_cargo_watch/src/conv/test.rs
expression: diag
---
[
    MappedRustDiagnostic {
        location: Location {
            uri: "file:///test/runtime/compiler_support.rs",
            range: Range {
                start: Position {
                    line: 47,
                    character: 64,
                },
                end: Position {
                    line: 47,
                    character: 69,
                },
            },
        },
        diagnostic: Diagnostic {
            range: Range {
                start: Position {
                    line: 47,
                    character: 64,
                },
                end: Position {
                    line: 47,
                    character: 69,
                },
            },
            severity: Some(
                Error,
            ),
            code: Some(
                String(
                    "E0308",
                ),
            ),
            source: Some(
                "rustc",
            ),
            message: "mismatched types\nexpected usize, found u32",
            related_information: None,
            tags: None,
        },
        fixes: [],
    },
]