Skip to content

Commit ee60471

Browse files
committed
ices/93578.sh: fixed with errors
=== stdout === error: mismatch in bind of associated constant, got type --> <anon>:16:15 | 16 | fn foo<F: Foo<N=usize>>() {} | ^^^^^^^ | note: associated constant defined here does not match type --> <anon>:6:3 | 6 | const N: usize; | ^^^^^^^^^^^^^^^ error[E0271]: type mismatch resolving `<Bar as Foo>::N == usize` --> <anon>:20:3 | 20 | foo::<Bar>(); | ^^^^^^^^^^ types differ | = note: expected type `usize` found type `3_usize` note: required by a bound in `foo` --> <anon>:16:15 | 16 | fn foo<F: Foo<N=usize>>() {} | ^^^^^^^ required by this bound in `foo` error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0271`. === stderr === ==============
1 parent c431092 commit ee60471

File tree

1 file changed

+0
-0
lines changed

1 file changed

+0
-0
lines changed
File renamed without changes.

0 commit comments

Comments
 (0)