]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/attr-usage-repr.stderr
Auto merge of #75936 - sdroege:chunks-exact-construction-bounds-check, r=nagisa
[rust.git] / src / test / ui / attr-usage-repr.stderr
index d1f4f3bfeb2cbad20a6f463a09c49712e8002450..82d80d8d0b1738a23a86677d2ce2417ee0d0dcd1 100644 (file)
@@ -1,10 +1,10 @@
-error[E0517]: attribute should be applied to struct, enum or union
+error[E0517]: attribute should be applied to struct, enum, or union
   --> $DIR/attr-usage-repr.rs:3:8
    |
 LL | #[repr(C)]
    |        ^
 LL | fn f() {}
-   | --------- not a struct, enum or union
+   | --------- not a struct, enum, or union
 
 error[E0517]: attribute should be applied to enum
   --> $DIR/attr-usage-repr.rs:15:8