Skip to content

Commit 08280f6

Browse files
committed
Add back one FIXME of a FN to the tests
1 parent 68d3892 commit 08280f6

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/ui/use_self_trait.fixed

+1
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

+1
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)