]> git.lizzy.rs Git - rust.git/commitdiff
bless ui tests
authorBastian Kauschke <bastian_kauschke@hotmail.de>
Thu, 16 Jul 2020 09:40:26 +0000 (11:40 +0200)
committerBastian Kauschke <bastian_kauschke@hotmail.de>
Thu, 16 Jul 2020 09:40:26 +0000 (11:40 +0200)
src/test/ui/const-generics/const-param-type-depends-on-const-param.stderr
src/test/ui/const-generics/const-param-type-depends-on-type-param-ungated.stderr
src/test/ui/const-generics/const-param-type-depends-on-type-param.stderr
src/test/ui/const-generics/issues/issue-71381.stderr
src/test/ui/const-generics/issues/issue-71611.stderr

index ece31b5fab20073c03555dd172fb75a6c3583b41..f6606aea726adc776b7706c977e3ab292bf6fbcc 100644 (file)
@@ -21,3 +21,4 @@ LL | #![feature(const_generics)]
 
 error: aborting due to 2 previous errors; 1 warning emitted
 
+For more information about this error, try `rustc --explain E0770`.
index 7a2ee689c3318d163c3d5ddf7d163eaca9f889dd..35996e833610ddd11e0b4498d54c7783b99607a8 100644 (file)
@@ -15,4 +15,5 @@ LL | struct B<T, const N: T>(PhantomData<[T; N]>);
 
 error: aborting due to 2 previous errors
 
-For more information about this error, try `rustc --explain E0658`.
+Some errors have detailed explanations: E0658, E0770.
+For more information about an error, try `rustc --explain E0658`.
index fa566b5536fee86c596962774688d659656ddcff..d081dcbbc7a4e90db6360cea80dfe9286a3802d1 100644 (file)
@@ -23,4 +23,5 @@ LL | pub struct Dependent<T, const X: T>([(); X]);
 
 error: aborting due to 2 previous errors; 1 warning emitted
 
-For more information about this error, try `rustc --explain E0392`.
+Some errors have detailed explanations: E0392, E0770.
+For more information about an error, try `rustc --explain E0392`.
index fe6d5125223dc9e5e45371698c9f186c958c0331..fd4ebe3dead81e8d52ff256acfa45a89fea337a5 100644 (file)
@@ -24,3 +24,4 @@ LL |         const FN: unsafe extern "C" fn(Args),
 
 error: aborting due to 4 previous errors
 
+For more information about this error, try `rustc --explain E0770`.
index a8363cdff78d53b1f0471f94921412bcc5fa6489..e2c9f22361ebe5c5c622a21121f6b3b88c9e5e80 100644 (file)
@@ -12,3 +12,4 @@ LL | fn func<A, const F: fn(inner: A)>(outer: A) {
 
 error: aborting due to 2 previous errors
 
+For more information about this error, try `rustc --explain E0770`.