aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_cargo_watch/src/conv/snapshots/ra_cargo_watch__conv__test__snap_rustc_wrong_number_of_parameters.snap
blob: 69301078d99415c413becf7c73bbc49fb3304079 (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
---
source: crates/ra_cargo_watch/src/conv/test.rs
expression: diag
---
MappedRustDiagnostic {
    location: Location {
        uri: "file:///test/compiler/ty/select.rs",
        range: Range {
            start: Position {
                line: 103,
                character: 17,
            },
            end: Position {
                line: 103,
                character: 29,
            },
        },
    },
    diagnostic: Diagnostic {
        range: Range {
            start: Position {
                line: 103,
                character: 17,
            },
            end: Position {
                line: 103,
                character: 29,
            },
        },
        severity: Some(
            Error,
        ),
        code: Some(
            String(
                "E0061",
            ),
        ),
        source: Some(
            "rustc",
        ),
        message: "this function takes 2 parameters but 3 parameters were supplied\nexpected 2 parameters",
        related_information: Some(
            [
                DiagnosticRelatedInformation {
                    location: Location {
                        uri: "file:///test/compiler/ty/select.rs",
                        range: Range {
                            start: Position {
                                line: 218,
                                character: 4,
                            },
                            end: Position {
                                line: 230,
                                character: 5,
                            },
                        },
                    },
                    message: "defined here",
                },
            ],
        ),
        tags: None,
    },
    fixes: [],
}