diff options
Diffstat (limited to 'tests/ui/traits/multidispatch-conditional-impl-not-considered.rs')
| -rw-r--r-- | tests/ui/traits/multidispatch-conditional-impl-not-considered.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/traits/multidispatch-conditional-impl-not-considered.rs b/tests/ui/traits/multidispatch-conditional-impl-not-considered.rs index e9ae8ab012a..daefdcff5a5 100644 --- a/tests/ui/traits/multidispatch-conditional-impl-not-considered.rs +++ b/tests/ui/traits/multidispatch-conditional-impl-not-considered.rs @@ -1,4 +1,4 @@ -// run-pass +//@ run-pass // Test that we correctly ignore the blanket impl // because (in this case) `T` does not impl `Clone`. // |
