]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/binding/issue-53114-safety-checks.stderr
Merge commit '5988bbd24aa87732bfa1d111ba00bcdaa22c481a' into sync_cg_clif-2020-11-27
[rust.git] / src / test / ui / binding / issue-53114-safety-checks.stderr
index fc714a78bf64815c96e214b4247f2b9abff50f23..d4b8dfbade5d6b60bee8cedb5e798ade1ca7ca0c 100644 (file)
@@ -95,6 +95,6 @@ LL |     match (&u2.a,) { (_,) => { } }
    |
    = note: the field may not be properly initialized: using uninitialized data will cause undefined behavior
 
-error: aborting due to 7 previous errors
+error: aborting due to 7 previous errors; 4 warnings emitted
 
 For more information about this error, try `rustc --explain E0133`.