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

Commit 7e03ed6

Browse files
committed
ices/109059.rs: fixed with errors
=== stdout === === stderr === error[E0741]: `&'static S` can't be used as a const parameter type --> /home/runner/work/glacier/glacier/ices/109059.rs:8:18 | 8 | trait T<const C: &'static S> {} | ^^^^^^^^^^ | = note: `S` must implement `ConstParamTy`, but it does not error[E0741]: `&'static S` can't be used as a const parameter type --> /home/runner/work/glacier/glacier/ices/109059.rs:10:17 | 10 | fn foo<const C: &'static S>(t: impl T<C>) -> impl T<C> { | ^^^^^^^^^^ | = note: `S` must implement `ConstParamTy`, but it does not error: aborting due to 2 previous errors For more information about this error, try `rustc --explain E0741`. ==============
1 parent 53fb14d commit 7e03ed6

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)