mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-14 14:13:58 +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",
|
"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(
|
source: Some(
|
||||||
"clippy",
|
"clippy",
|
||||||
),
|
),
|
||||||
|
|
|
@ -27,7 +27,24 @@
|
||||||
"E0277",
|
"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(
|
source: Some(
|
||||||
"rustc",
|
"rustc",
|
||||||
),
|
),
|
||||||
|
|
|
@ -27,7 +27,24 @@
|
||||||
"E0053",
|
"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(
|
source: Some(
|
||||||
"rustc",
|
"rustc",
|
||||||
),
|
),
|
||||||
|
|
|
@ -27,7 +27,24 @@
|
||||||
"E0308",
|
"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(
|
source: Some(
|
||||||
"rustc",
|
"rustc",
|
||||||
),
|
),
|
||||||
|
|
|
@ -27,7 +27,24 @@
|
||||||
"E0061",
|
"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(
|
source: Some(
|
||||||
"rustc",
|
"rustc",
|
||||||
),
|
),
|
||||||
|
|
|
@ -27,7 +27,24 @@
|
||||||
"let_and_return",
|
"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(
|
source: Some(
|
||||||
"clippy",
|
"clippy",
|
||||||
),
|
),
|
||||||
|
|
Loading…
Reference in a new issue