diff options
| author | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-03-14 23:51:45 +0100 |
|---|---|---|
| committer | Guillaume Gomez <guillaume1.gomez@gmail.com> | 2020-03-14 23:51:45 +0100 |
| commit | 138d29d358233d6ffc6c0d0bd0dcc3107e93b591 (patch) | |
| tree | 95093e701777f2cd530fdf80218f8b9b626b5e27 | |
| parent | ecb84c975d653afc9da356baf2a7aa21ac476f22 (diff) | |
| download | rust-138d29d358233d6ffc6c0d0bd0dcc3107e93b591.tar.gz rust-138d29d358233d6ffc6c0d0bd0dcc3107e93b591.zip | |
Update ui tests
| -rw-r--r-- | src/test/ui/lint/use_suggestion_json.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/lint/use_suggestion_json.stderr b/src/test/ui/lint/use_suggestion_json.stderr index 0dc0d247af5..7176f17bc3f 100644 --- a/src/test/ui/lint/use_suggestion_json.stderr +++ b/src/test/ui/lint/use_suggestion_json.stderr @@ -2,7 +2,7 @@ "message": "cannot find type `Iter` in this scope", "code": { "code": "E0412", - "explanation": "The type name used is not in scope. + "explanation": "A used type name is not in scope. Erroneous code examples: |
