diff options
Diffstat (limited to 'tests/ui/methods/assign-to-method.rs')
-rw-r--r-- | tests/ui/methods/assign-to-method.rs | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/ui/methods/assign-to-method.rs b/tests/ui/methods/assign-to-method.rs index 85beaee8d..71e40759c 100644 --- a/tests/ui/methods/assign-to-method.rs +++ b/tests/ui/methods/assign-to-method.rs @@ -1,5 +1,4 @@ -// compile-flags: -Zsave-analysis -// Also regression test for #69409 +// Regression test for #69409 struct Cat { meows : usize, |