bless ui tests
This commit is contained in:
parent
0c511ab5c7
commit
01f5dd374c
@ -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`.
|
||||
|
@ -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`.
|
||||
|
@ -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`.
|
||||
|
@ -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`.
|
||||
|
@ -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`.
|
||||
|
Loading…
Reference in New Issue
Block a user