Skip to content

Commit 8a23f4c

Browse files
committed
Fix test.
... honestly, I'd thought I'd fixed this and tested before, this was my bad. All it took was `./x.py test src/test/ui --bless` :(
1 parent 89f4a86 commit 8a23f4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/ui/manually_drop_attr/manually_drop-bad-item.stderr

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ error: attribute should be applied to a struct or enum
1717
--> $DIR/manually_drop-bad-item.rs:3:1
1818
|
1919
LL | #![manually_drop]
20-
| ^^^^^^^^^^^^^^^^^
20+
| ^^^^^^^^^^^^^^^^^ not a struct or enum
2121

2222
error: aborting due to 2 previous errors
2323

0 commit comments

Comments
 (0)