]> git.lizzy.rs Git - rust.git/blobdiff - crates/rust-analyzer/src/diagnostics/test_data/handles_macro_location.txt
Fix tests
[rust.git] / crates / rust-analyzer / src / diagnostics / test_data / handles_macro_location.txt
index 116f0ff73426c2ad8c31ad2cb868fc7c7698e9e1..fd69097d057ceb70440544bd517b1dd887123892 100644 (file)
@@ -2,6 +2,9 @@
     MappedRustDiagnostic {
         url: Url {
             scheme: "file",
+            cannot_be_a_base: false,
+            username: "",
+            password: None,
             host: None,
             port: None,
             path: "/test/src/main.rs",
                 },
             },
             severity: Some(
-                Error,
+                DiagnosticSeverity(
+                    1,
+                ),
             ),
             code: Some(
                 String(
                     "E0277",
                 ),
             ),
-            code_description: None,
+            code_description: Some(
+                CodeDescription {
+                    href: Url {
+                        scheme: "https",
+                        cannot_be_a_base: false,
+                        username: "",
+                        password: None,
+                        host: Some(
+                            Domain(
+                                "doc.rust-lang.org",
+                            ),
+                        ),
+                        port: None,
+                        path: "/error-index.html",
+                        query: None,
+                        fragment: Some(
+                            "E0277",
+                        ),
+                    },
+                },
+            ),
             source: Some(
                 "rustc",
             ),
-            message: "can\'t compare `{integer}` with `&str`\nthe trait `std::cmp::PartialEq<&str>` is not implemented for `{integer}`",
+            message: "can't compare `{integer}` with `&str`\nthe trait `std::cmp::PartialEq<&str>` is not implemented for `{integer}`",
             related_information: None,
             tags: None,
             data: None,