Update tests
This commit is contained in:
parent
2d4be2ef2a
commit
8982c0610f
@ -20,6 +20,7 @@
|
||||
"trivially_copy_pass_by_ref",
|
||||
),
|
||||
),
|
||||
code_description: None,
|
||||
source: Some(
|
||||
"clippy",
|
||||
),
|
||||
@ -61,6 +62,7 @@
|
||||
],
|
||||
),
|
||||
tags: None,
|
||||
data: None,
|
||||
},
|
||||
fixes: [],
|
||||
},
|
||||
|
@ -20,12 +20,14 @@
|
||||
"E0277",
|
||||
),
|
||||
),
|
||||
code_description: None,
|
||||
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,
|
||||
data: None,
|
||||
},
|
||||
fixes: [],
|
||||
},
|
||||
|
@ -16,6 +16,7 @@
|
||||
Error,
|
||||
),
|
||||
code: None,
|
||||
code_description: None,
|
||||
source: Some(
|
||||
"rustc",
|
||||
),
|
||||
@ -41,6 +42,7 @@
|
||||
],
|
||||
),
|
||||
tags: None,
|
||||
data: None,
|
||||
},
|
||||
fixes: [],
|
||||
},
|
||||
@ -61,6 +63,7 @@
|
||||
Error,
|
||||
),
|
||||
code: None,
|
||||
code_description: None,
|
||||
source: Some(
|
||||
"rustc",
|
||||
),
|
||||
@ -86,6 +89,7 @@
|
||||
],
|
||||
),
|
||||
tags: None,
|
||||
data: None,
|
||||
},
|
||||
fixes: [],
|
||||
},
|
||||
|
@ -20,12 +20,14 @@
|
||||
"E0053",
|
||||
),
|
||||
),
|
||||
code_description: None,
|
||||
source: Some(
|
||||
"rustc",
|
||||
),
|
||||
message: "method `next` has an incompatible type for trait\nexpected type `fn(&mut ty::list_iter::ListIterator<\'list, M>) -> std::option::Option<&ty::Ref<M>>`\n found type `fn(&ty::list_iter::ListIterator<\'list, M>) -> std::option::Option<&\'list ty::Ref<M>>`",
|
||||
related_information: None,
|
||||
tags: None,
|
||||
data: None,
|
||||
},
|
||||
fixes: [],
|
||||
},
|
||||
|
@ -20,12 +20,14 @@
|
||||
"E0308",
|
||||
),
|
||||
),
|
||||
code_description: None,
|
||||
source: Some(
|
||||
"rustc",
|
||||
),
|
||||
message: "mismatched types\nexpected usize, found u32",
|
||||
related_information: None,
|
||||
tags: None,
|
||||
data: None,
|
||||
},
|
||||
fixes: [],
|
||||
},
|
||||
|
@ -20,6 +20,7 @@
|
||||
"unused_variables",
|
||||
),
|
||||
),
|
||||
code_description: None,
|
||||
source: Some(
|
||||
"rustc",
|
||||
),
|
||||
@ -30,6 +31,7 @@
|
||||
Unnecessary,
|
||||
],
|
||||
),
|
||||
data: None,
|
||||
},
|
||||
fixes: [
|
||||
CodeAction {
|
||||
|
@ -20,6 +20,7 @@
|
||||
"unused_variables",
|
||||
),
|
||||
),
|
||||
code_description: None,
|
||||
source: Some(
|
||||
"rustc",
|
||||
),
|
||||
@ -30,6 +31,7 @@
|
||||
Unnecessary,
|
||||
],
|
||||
),
|
||||
data: None,
|
||||
},
|
||||
fixes: [
|
||||
CodeAction {
|
||||
|
@ -20,6 +20,7 @@
|
||||
"unused_variables",
|
||||
),
|
||||
),
|
||||
code_description: None,
|
||||
source: Some(
|
||||
"rustc",
|
||||
),
|
||||
@ -30,6 +31,7 @@
|
||||
Unnecessary,
|
||||
],
|
||||
),
|
||||
data: None,
|
||||
},
|
||||
fixes: [
|
||||
CodeAction {
|
||||
|
@ -20,6 +20,7 @@
|
||||
"E0061",
|
||||
),
|
||||
),
|
||||
code_description: None,
|
||||
source: Some(
|
||||
"rustc",
|
||||
),
|
||||
@ -45,6 +46,7 @@
|
||||
],
|
||||
),
|
||||
tags: None,
|
||||
data: None,
|
||||
},
|
||||
fixes: [],
|
||||
},
|
||||
|
@ -20,6 +20,7 @@
|
||||
"let_and_return",
|
||||
),
|
||||
),
|
||||
code_description: None,
|
||||
source: Some(
|
||||
"clippy",
|
||||
),
|
||||
@ -45,6 +46,7 @@
|
||||
],
|
||||
),
|
||||
tags: None,
|
||||
data: None,
|
||||
},
|
||||
fixes: [
|
||||
CodeAction {
|
||||
|
Loading…
x
Reference in New Issue
Block a user