Skip to content

Commit

Permalink
Add back one FIXME of a FN to the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
flip1995 committed Oct 17, 2020
1 parent 68d3892 commit 08280f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/ui/use_self_trait.fixed
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ impl Mul for Bad {

impl Clone for Bad {
fn clone(&self) -> Self {
// FIXME: applicable here
Bad
}
}
Expand Down
1 change: 1 addition & 0 deletions tests/ui/use_self_trait.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ impl Mul for Bad {

impl Clone for Bad {
fn clone(&self) -> Self {
// FIXME: applicable here
Bad
}
}
Expand Down

0 comments on commit 08280f6

Please sign in to comment.