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

Commit 26c1903

Browse files
committed
ices/109143.rs: fixed with errors
=== stdout === === stderr === error[E0637]: `&` without an explicit lifetime name cannot be used here --> /home/runner/work/glacier/glacier/ices/109143.rs:1:21 | 1 | struct Bar<const N: &(for<'a> S<'a>)>; | ^ explicit lifetime name needed here error[E0405]: cannot find trait `S` in this scope --> /home/runner/work/glacier/glacier/ices/109143.rs:1:31 | 1 | struct Bar<const N: &(for<'a> S<'a>)>; | ^ not found in this scope error[E0601]: `main` function not found in crate `109143` --> /home/runner/work/glacier/glacier/ices/109143.rs:1:39 | 1 | struct Bar<const N: &(for<'a> S<'a>)>; | ^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/109143.rs` error[E0782]: trait objects must include the `dyn` keyword --> /home/runner/work/glacier/glacier/ices/109143.rs:1:23 | 1 | struct Bar<const N: &(for<'a> S<'a>)>; | ^^^^^^^^^^^^^ | help: add `dyn` keyword before this trait | 1 | struct Bar<const N: &(dyn for<'a> S<'a>)>; | +++ error: aborting due to 4 previous errors Some errors have detailed explanations: E0405, E0601, E0637, E0782. For more information about an error, try `rustc --explain E0405`. ==============
1 parent 38883be commit 26c1903

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)