Skip to content

Commit

Permalink
UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Bromeon committed Jan 21, 2023
1 parent 6ac7200 commit caa76a4
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions gdnative/tests/ui/derive_fail_methods.stderr
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
error: cannot find attribute `method` in this scope
--> tests/ui/derive_fail_methods.rs:12:7
|
12 | #[method]
| ^^^^^^ help: an attribute macro with a similar name exists: `methods`
|
::: $WORKSPACE/gdnative-derive/src/lib.rs
|
| pub fn methods(meta: TokenStream, input: TokenStream) -> TokenStream {
| -------------------------------------------------------------------- similarly named attribute macro `methods` defined here
--> tests/ui/derive_fail_methods.rs:12:7
|
12 | #[method]
| ^^^^^^ help: an attribute macro with a similar name exists: `methods`
|
::: $WORKSPACE/gdnative-derive/src/lib.rs
|
| pub fn methods(meta: TokenStream, input: TokenStream) -> TokenStream {
| -------------------------------------------------------------------- similarly named attribute macro `methods` defined here

0 comments on commit caa76a4

Please sign in to comment.