Skip to content
This repository was archived by the owner on May 23, 2024. It is now read-only.

Commit bf96946

Browse files
committed
ices/109300.rs: fixed with errors
=== stdout === === stderr === error[E0405]: cannot find trait `A` in this scope --> /home/runner/work/glacier/glacier/ices/109300.rs:3:15 | 3 | type U<T: A>; | ^ not found in this scope warning: the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes --> /home/runner/work/glacier/glacier/ices/109300.rs:1:12 | 1 | #![feature(generic_const_exprs)] | ^^^^^^^^^^^^^^^^^^^ | = note: see issue #76560 <rust-lang/rust#76560> for more information = note: `#[warn(incomplete_features)]` on by default error[E0747]: constant provided when a type was expected --> /home/runner/work/glacier/glacier/ices/109300.rs:6:13 | 6 | fn f<T: B<U<1i32> = ()>>() {} | ^^^^ error: aborting due to 2 previous errors; 1 warning emitted Some errors have detailed explanations: E0405, E0747. For more information about an error, try `rustc --explain E0405`. ==============
1 parent facbd03 commit bf96946

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)