aboutsummaryrefslogtreecommitdiff
path: root/crates/rust-analyzer/src/diagnostics/snapshots/rust_analyzer__diagnostics__to_proto__tests__snap_handles_macro_location.snap
blob: 577cf4b2d9c2f567d8ccb3279de52190349c3ebb (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
---
source: crates/rust-analyzer/src/diagnostics/to_proto.rs
expression: diag
---
[
    MappedRustDiagnostic {
        url: "file:///test/src/main.rs",
        diagnostic: Diagnostic {
            range: Range {
                start: Position {
                    line: 1,
                    character: 4,
                },
                end: Position {
                    line: 1,
                    character: 26,
                },
            },
            severity: Some(
                Error,
            ),
            code: Some(
                String(
                    "E0277",
                ),
            ),
            source: Some(
                "rustc",
            ),
            message: "can\'t compare `{integer}` with `&str`\nthe trait `std::cmp::PartialEq<&str>` is not implemented for `{integer}`",
            related_information: None,
            tags: None,
        },
        fixes: [],
    },
]