update diagnostics test_data with code_description changes

This commit is contained in:
Lukas Wirth 2020-11-17 22:49:38 +01:00
parent 863fdcfa24
commit 56a0021e61
6 changed files with 108 additions and 6 deletions

View file

@ -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",
), ),

View file

@ -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",
), ),

View file

@ -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",
), ),

View file

@ -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",
), ),

View file

@ -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",
), ),

View file

@ -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",
), ),