diff options
Diffstat (limited to 'tests/ui/methods/method-recursive-blanket-impl.rs')
| -rw-r--r-- | tests/ui/methods/method-recursive-blanket-impl.rs | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/ui/methods/method-recursive-blanket-impl.rs b/tests/ui/methods/method-recursive-blanket-impl.rs index 09bbfffcd55..547e57885e0 100644 --- a/tests/ui/methods/method-recursive-blanket-impl.rs +++ b/tests/ui/methods/method-recursive-blanket-impl.rs @@ -6,7 +6,6 @@ // know not to stop at the blanket, we have to recursively evaluate // the `T:Foo` bound. -//@ pretty-expanded FIXME #23616 use std::marker::Sized;  | 
