Skip to content

Commit caa76a4

Browse files
committed
UI tests
1 parent 6ac7200 commit caa76a4

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
error: cannot find attribute `method` in this scope
2-
--> tests/ui/derive_fail_methods.rs:12:7
3-
|
4-
12 | #[method]
5-
| ^^^^^^ help: an attribute macro with a similar name exists: `methods`
6-
|
7-
::: $WORKSPACE/gdnative-derive/src/lib.rs
8-
|
9-
| pub fn methods(meta: TokenStream, input: TokenStream) -> TokenStream {
10-
| -------------------------------------------------------------------- similarly named attribute macro `methods` defined here
2+
--> tests/ui/derive_fail_methods.rs:12:7
3+
|
4+
12 | #[method]
5+
| ^^^^^^ help: an attribute macro with a similar name exists: `methods`
6+
|
7+
::: $WORKSPACE/gdnative-derive/src/lib.rs
8+
|
9+
| pub fn methods(meta: TokenStream, input: TokenStream) -> TokenStream {
10+
| -------------------------------------------------------------------- similarly named attribute macro `methods` defined here

0 commit comments

Comments
 (0)