bless ui tests

This commit is contained in:
Bastian Kauschke 2020-07-16 11:40:26 +02:00
parent 0c511ab5c7
commit 01f5dd374c
5 changed files with 7 additions and 2 deletions

View 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`.

View 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`.

View 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`.

View 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`.

View 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`.