diff options
Diffstat (limited to 'tests/ui/impl-trait/extra-impl-in-trait-impl.fixed')
| -rw-r--r-- | tests/ui/impl-trait/extra-impl-in-trait-impl.fixed | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/impl-trait/extra-impl-in-trait-impl.fixed b/tests/ui/impl-trait/extra-impl-in-trait-impl.fixed index cd4f2610d3f..886fc1d0058 100644 --- a/tests/ui/impl-trait/extra-impl-in-trait-impl.fixed +++ b/tests/ui/impl-trait/extra-impl-in-trait-impl.fixed @@ -1,4 +1,4 @@ -// run-rustfix +//@ run-rustfix struct S<T>(T); struct S2; |
