Skip to content

Commit 1120e2b

Browse files
committed
Add back one FIXME of a FN to the tests
1 parent f241f77 commit 1120e2b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/ui/use_self_trait.fixed

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ impl Mul for Bad {
4747

4848
impl Clone for Bad {
4949
fn clone(&self) -> Self {
50+
// FIXME: applicable here
5051
Bad
5152
}
5253
}

tests/ui/use_self_trait.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ impl Mul for Bad {
4747

4848
impl Clone for Bad {
4949
fn clone(&self) -> Self {
50+
// FIXME: applicable here
5051
Bad
5152
}
5253
}

0 commit comments

Comments
 (0)