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

Commit 6d29b7d

Browse files
ices/57276.rs: fixed with errors (#531)
=== stdout === === stderr === error[E0601]: `main` function not found in crate `57276` --> /home/runner/work/glacier/glacier/ices/57276.rs:1:1 | 1 | / #![feature(arbitrary_self_types, dispatch_from_dyn)] 2 | | 3 | | use std::ops::{Deref, DispatchFromDyn}; 4 | | 5 | | trait Trait<T: Deref<Target=Self> + DispatchFromDyn<T>> { 6 | | fn foo(self: T) -> dyn Trait<T>; 7 | | } | |_^ consider adding a `main` function to `/home/runner/work/glacier/glacier/ices/57276.rs` error: aborting due to previous error For more information about this error, try `rustc --explain E0601`. ============== Co-authored-by: rustbot <[email protected]>
1 parent 86da817 commit 6d29b7d

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)