1
Fork 0

update tests

This commit is contained in:
Manish Goregaokar 2018-05-21 10:47:34 -07:00
parent 1d8a4d16a7
commit b0e66386f7
2 changed files with 16 additions and 0 deletions

View file

@ -24,6 +24,7 @@
],
"label": null,
"suggested_replacement": null,
"suggestion_applicability": null,
"expansion": null
}
],
@ -51,6 +52,7 @@
],
"label": null,
"suggested_replacement": null,
"suggestion_applicability": null,
"expansion": null
}
],
@ -80,6 +82,7 @@
],
"label": null,
"suggested_replacement": "1 / (2 + 3)",
"suggestion_applicability": "Unspecified",
"expansion": null
}
],

View file

@ -89,6 +89,7 @@ mod foo {
],
"label": "not found in this scope",
"suggested_replacement": null,
"suggestion_applicability": null,
"expansion": null
}
],
@ -118,6 +119,7 @@ mod foo {
"suggested_replacement": "use std::collections::binary_heap::Iter;
",
"suggestion_applicability": "Unspecified",
"expansion": null
},
{
@ -140,6 +142,7 @@ mod foo {
"suggested_replacement": "use std::collections::btree_map::Iter;
",
"suggestion_applicability": "Unspecified",
"expansion": null
},
{
@ -162,6 +165,7 @@ mod foo {
"suggested_replacement": "use std::collections::btree_set::Iter;
",
"suggestion_applicability": "Unspecified",
"expansion": null
},
{
@ -184,6 +188,7 @@ mod foo {
"suggested_replacement": "use std::collections::hash_map::Iter;
",
"suggestion_applicability": "Unspecified",
"expansion": null
},
{
@ -206,6 +211,7 @@ mod foo {
"suggested_replacement": "use std::collections::hash_set::Iter;
",
"suggestion_applicability": "Unspecified",
"expansion": null
},
{
@ -228,6 +234,7 @@ mod foo {
"suggested_replacement": "use std::collections::linked_list::Iter;
",
"suggestion_applicability": "Unspecified",
"expansion": null
},
{
@ -250,6 +257,7 @@ mod foo {
"suggested_replacement": "use std::collections::vec_deque::Iter;
",
"suggestion_applicability": "Unspecified",
"expansion": null
},
{
@ -272,6 +280,7 @@ mod foo {
"suggested_replacement": "use std::option::Iter;
",
"suggestion_applicability": "Unspecified",
"expansion": null
},
{
@ -294,6 +303,7 @@ mod foo {
"suggested_replacement": "use std::path::Iter;
",
"suggestion_applicability": "Unspecified",
"expansion": null
},
{
@ -316,6 +326,7 @@ mod foo {
"suggested_replacement": "use std::result::Iter;
",
"suggestion_applicability": "Unspecified",
"expansion": null
},
{
@ -338,6 +349,7 @@ mod foo {
"suggested_replacement": "use std::slice::Iter;
",
"suggestion_applicability": "Unspecified",
"expansion": null
},
{
@ -360,6 +372,7 @@ mod foo {
"suggested_replacement": "use std::sync::mpsc::Iter;
",
"suggestion_applicability": "Unspecified",
"expansion": null
}
],