]> git.lizzy.rs Git - rust.git/blobdiff - src/test/ui/check-static-values-constraints.stderr
update tests
[rust.git] / src / test / ui / check-static-values-constraints.stderr
index a13c217483d5dea7e2028c1f4bdc91830b192025..7d7ecbd1a26a579eaeb289f7a994f2bedcdc0b6d 100644 (file)
@@ -108,5 +108,5 @@ LL |     let y = { static x: Box<isize> = box 3; x };
 
 error: aborting due to 17 previous errors
 
-Some errors have detailed explanations: E0010, E0015, E0019, E0507.
+Some errors have detailed explanations: E0010, E0015, E0019, E0493, E0507.
 For more information about an error, try `rustc --explain E0010`.