diff options
Diffstat (limited to 'tests/ui/pub/pub-ident-struct.rs')
| -rw-r--r-- | tests/ui/pub/pub-ident-struct.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ui/pub/pub-ident-struct.rs b/tests/ui/pub/pub-ident-struct.rs index 3930e556e9a..6d06c406f6c 100644 --- a/tests/ui/pub/pub-ident-struct.rs +++ b/tests/ui/pub/pub-ident-struct.rs @@ -1,4 +1,4 @@ -// run-rustfix +//@ run-rustfix pub S { //~^ ERROR missing `struct` for struct definition |
