Skip to content

Commit 8ff2ecc

Browse files
committed
uwu
1 parent 9a5fc0d commit 8ff2ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/const-generics/parent_generics_of_encoding_impl_trait.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ error[E0284]: type annotations needed: cannot satisfy `the constant `foo::{opaqu
44
LL | generics_of_parent_impl_trait::foo([()]);
55
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot satisfy `the constant `foo::{opaque#0}::{constant#0}` can be evaluated`
66
|
7-
::: $DIR/auxiliary/generics_of_parent_impl_trait.rs:5:48
7+
::: $DIR/auxiliary/generics_of_parent_impl_trait.rs:6:48
88
|
99
LL | pub fn foo<const N: usize>(foo: impl Into<[(); N + 1]>) {
1010
| ----- required by this bound in `foo`

0 commit comments

Comments
 (0)