]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/inconsistent_struct_constructor.stderr
Auto merge of #9684 - kraktus:ref_option_ref, r=xFrednet
[rust.git] / tests / ui / inconsistent_struct_constructor.stderr
index d7abe44f2540834bb8dc842af33f3eefb341dc26..c90189e964f09e68cea01babbb5d25ba03689909 100644 (file)
@@ -1,13 +1,13 @@
-error: inconsistent struct constructor
-  --> $DIR/inconsistent_struct_constructor.rs:25:9
+error: struct constructor field order is inconsistent with struct definition field order
+  --> $DIR/inconsistent_struct_constructor.rs:33:9
    |
 LL |         Foo { y, x, z };
    |         ^^^^^^^^^^^^^^^ help: try: `Foo { x, y, z }`
    |
    = note: `-D clippy::inconsistent-struct-constructor` implied by `-D warnings`
 
-error: inconsistent struct constructor
-  --> $DIR/inconsistent_struct_constructor.rs:43:9
+error: struct constructor field order is inconsistent with struct definition field order
+  --> $DIR/inconsistent_struct_constructor.rs:55:9
    |
 LL | /         Foo {
 LL | |             z,