mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-14 17:07:26 +00:00
update diagnostics test_data with code_description changes
This commit is contained in:
parent
863fdcfa24
commit
56a0021e61
6 changed files with 108 additions and 6 deletions
|
@ -27,7 +27,24 @@
|
|||
"trivially_copy_pass_by_ref",
|
||||
),
|
||||
),
|
||||
code_description: None,
|
||||
code_description: Some(
|
||||
CodeDescription {
|
||||
href: Url {
|
||||
scheme: "https",
|
||||
host: Some(
|
||||
Domain(
|
||||
"rust-lang.github.io",
|
||||
),
|
||||
),
|
||||
port: None,
|
||||
path: "/rust-clippy/master/index.html",
|
||||
query: None,
|
||||
fragment: Some(
|
||||
"trivially_copy_pass_by_ref",
|
||||
),
|
||||
},
|
||||
},
|
||||
),
|
||||
source: Some(
|
||||
"clippy",
|
||||
),
|
||||
|
|
|
@ -27,7 +27,24 @@
|
|||
"E0277",
|
||||
),
|
||||
),
|
||||
code_description: None,
|
||||
code_description: Some(
|
||||
CodeDescription {
|
||||
href: Url {
|
||||
scheme: "https",
|
||||
host: Some(
|
||||
Domain(
|
||||
"doc.rust-lang.org",
|
||||
),
|
||||
),
|
||||
port: None,
|
||||
path: "/error-index.html",
|
||||
query: None,
|
||||
fragment: Some(
|
||||
"E0277",
|
||||
),
|
||||
},
|
||||
},
|
||||
),
|
||||
source: Some(
|
||||
"rustc",
|
||||
),
|
||||
|
|
|
@ -27,7 +27,24 @@
|
|||
"E0053",
|
||||
),
|
||||
),
|
||||
code_description: None,
|
||||
code_description: Some(
|
||||
CodeDescription {
|
||||
href: Url {
|
||||
scheme: "https",
|
||||
host: Some(
|
||||
Domain(
|
||||
"doc.rust-lang.org",
|
||||
),
|
||||
),
|
||||
port: None,
|
||||
path: "/error-index.html",
|
||||
query: None,
|
||||
fragment: Some(
|
||||
"E0053",
|
||||
),
|
||||
},
|
||||
},
|
||||
),
|
||||
source: Some(
|
||||
"rustc",
|
||||
),
|
||||
|
|
|
@ -27,7 +27,24 @@
|
|||
"E0308",
|
||||
),
|
||||
),
|
||||
code_description: None,
|
||||
code_description: Some(
|
||||
CodeDescription {
|
||||
href: Url {
|
||||
scheme: "https",
|
||||
host: Some(
|
||||
Domain(
|
||||
"doc.rust-lang.org",
|
||||
),
|
||||
),
|
||||
port: None,
|
||||
path: "/error-index.html",
|
||||
query: None,
|
||||
fragment: Some(
|
||||
"E0308",
|
||||
),
|
||||
},
|
||||
},
|
||||
),
|
||||
source: Some(
|
||||
"rustc",
|
||||
),
|
||||
|
|
|
@ -27,7 +27,24 @@
|
|||
"E0061",
|
||||
),
|
||||
),
|
||||
code_description: None,
|
||||
code_description: Some(
|
||||
CodeDescription {
|
||||
href: Url {
|
||||
scheme: "https",
|
||||
host: Some(
|
||||
Domain(
|
||||
"doc.rust-lang.org",
|
||||
),
|
||||
),
|
||||
port: None,
|
||||
path: "/error-index.html",
|
||||
query: None,
|
||||
fragment: Some(
|
||||
"E0061",
|
||||
),
|
||||
},
|
||||
},
|
||||
),
|
||||
source: Some(
|
||||
"rustc",
|
||||
),
|
||||
|
|
|
@ -27,7 +27,24 @@
|
|||
"let_and_return",
|
||||
),
|
||||
),
|
||||
code_description: None,
|
||||
code_description: Some(
|
||||
CodeDescription {
|
||||
href: Url {
|
||||
scheme: "https",
|
||||
host: Some(
|
||||
Domain(
|
||||
"rust-lang.github.io",
|
||||
),
|
||||
),
|
||||
port: None,
|
||||
path: "/rust-clippy/master/index.html",
|
||||
query: None,
|
||||
fragment: Some(
|
||||
"let_and_return",
|
||||
),
|
||||
},
|
||||
},
|
||||
),
|
||||
source: Some(
|
||||
"clippy",
|
||||
),
|
||||
|
|
Loading…
Reference in a new issue