Fix spelling in ui test name

This commit is contained in:
David Tolnay 2018-12-27 19:48:20 -05:00
parent 794ee15386
commit 807a097387
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82
2 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
error: #[serde(tag = "...")] can only be used on enums and structs with named fields
--> $DIR/internally-taged-tuple.rs:6:10
--> $DIR/internally-tagged-tuple.rs:6:10
|
6 | struct S (
| __________^