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

Commit da942d0

Browse files
authored
Merge pull request #535 from JohnTitor/readd-57276
Re-add issue-57276
2 parents f4f1750 + bddf1c0 commit da942d0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

fixed/57276.rs renamed to ices/57276.rs

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
use std::ops::{Deref, DispatchFromDyn};
44

5-
trait Trait<T: Deref<Target=Self> + DispatchFromDyn<T>> {
5+
trait Trait<T: Deref<Target = Self> + DispatchFromDyn<T>> {
66
fn foo(self: T) -> dyn Trait<T>;
77
}
8+
9+
fn main() {}

0 commit comments

Comments
 (0)