diff options
| author | Manish Goregaokar <manishsmail@gmail.com> | 2018-05-21 10:47:34 -0700 |
|---|---|---|
| committer | Manish Goregaokar <manishsmail@gmail.com> | 2018-05-21 10:48:12 -0700 |
| commit | b0e66386f761ef7dff9edba1f81a693c94e1adfa (patch) | |
| tree | e8497f830897e05fb3b12e85c0b1c5b5645d30e9 | |
| parent | 1d8a4d16a7b1fb1d38302ea38290ace2d6bf2180 (diff) | |
| download | rust-b0e66386f761ef7dff9edba1f81a693c94e1adfa.tar.gz rust-b0e66386f761ef7dff9edba1f81a693c94e1adfa.zip | |
update tests
| -rw-r--r-- | src/test/ui/lint/unused_parens_json_suggestion.stderr | 3 | ||||
| -rw-r--r-- | src/test/ui/lint/use_suggestion_json.stderr | 13 |
2 files changed, 16 insertions, 0 deletions
diff --git a/src/test/ui/lint/unused_parens_json_suggestion.stderr b/src/test/ui/lint/unused_parens_json_suggestion.stderr index 40d3758ded5..2ec0111ff4b 100644 --- a/src/test/ui/lint/unused_parens_json_suggestion.stderr +++ b/src/test/ui/lint/unused_parens_json_suggestion.stderr @@ -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 } ], diff --git a/src/test/ui/lint/use_suggestion_json.stderr b/src/test/ui/lint/use_suggestion_json.stderr index b90c5aa3a4b..ce2657a4495 100644 --- a/src/test/ui/lint/use_suggestion_json.stderr +++ b/src/test/ui/lint/use_suggestion_json.stderr @@ -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 } ], |
