Skip to content

Commit

Permalink
Remove FIXME comment
Browse files Browse the repository at this point in the history
Signed-off-by: Zahari Dichev <zaharidichev@gmail.com>
  • Loading branch information
zaharidichev committed Jun 17, 2020
1 parent 392fd39 commit 3e229c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/test/builtin_impls/unsize.rs
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ fn dyn_to_dyn_unsizing() {
"Unique; substitution [], lifetime constraints [InEnvironment { environment: Env([]), goal: '!1_0: '!1_0 }]"
}

// Different order of traits in target and source
// FIXME: this doesn't work because trait object unification
// respects where clause order, which it shouldn't
// Different order of traits in target and sourcex
goal {
forall<'a> {
dyn Principal + Auto1 + 'a: Unsize<dyn Auto1 + Principal + 'a>
Expand Down

0 comments on commit 3e229c1

Please sign in to comment.