diff options
| author | Ellen <supbscripter@gmail.com> | 2021-08-06 15:17:21 +0100 |
|---|---|---|
| committer | Ellen <supbscripter@gmail.com> | 2021-08-06 15:17:21 +0100 |
| commit | 8ff2eccd80248030d66c7f4466935df85dfa36b0 (patch) | |
| tree | b49c13fefb49d19791bad391b3423a5a16cf5374 /src/test | |
| parent | 9a5fc0d9110108e79e5b0dc5c6dfb5392a74bb13 (diff) | |
| download | rust-8ff2eccd80248030d66c7f4466935df85dfa36b0.tar.gz rust-8ff2eccd80248030d66c7f4466935df85dfa36b0.zip | |
uwu
Diffstat (limited to 'src/test')
| -rw-r--r-- | src/test/ui/const-generics/parent_generics_of_encoding_impl_trait.stderr | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/ui/const-generics/parent_generics_of_encoding_impl_trait.stderr b/src/test/ui/const-generics/parent_generics_of_encoding_impl_trait.stderr index f23c262d34d..6c0d5c4f079 100644 --- a/src/test/ui/const-generics/parent_generics_of_encoding_impl_trait.stderr +++ b/src/test/ui/const-generics/parent_generics_of_encoding_impl_trait.stderr @@ -4,7 +4,7 @@ error[E0284]: type annotations needed: cannot satisfy `the constant `foo::{opaqu LL | generics_of_parent_impl_trait::foo([()]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot satisfy `the constant `foo::{opaque#0}::{constant#0}` can be evaluated` | - ::: $DIR/auxiliary/generics_of_parent_impl_trait.rs:5:48 + ::: $DIR/auxiliary/generics_of_parent_impl_trait.rs:6:48 | LL | pub fn foo<const N: usize>(foo: impl Into<[(); N + 1]>) { | ----- required by this bound in `foo` |
