Skip to content

Commit a0fe0dd

Browse files
committed
UI test maintenance
1 parent 8d76b7f commit a0fe0dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gdnative/tests/ui/derive_fail_methods_missing_new.stderr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ error[E0599]: no function or associated item named `new` found for struct `Foo`
55
| ^^^^^^^^^^^ function or associated item not found in `Foo`
66
4 | #[inherit(Node)]
77
5 | struct Foo {}
8-
| ---------- function or associated item `new` not found for this
8+
| ---------- function or associated item `new` not found for this struct
99
|
1010
= help: items from traits can only be used if the trait is implemented and in scope
1111
= note: the following traits define an item `new`, perhaps you need to implement one of them:

0 commit comments

Comments
 (0)