From caa76a4ba58b68a1fe6d57a390b31af09230f616 Mon Sep 17 00:00:00 2001 From: Jan Haller Date: Sat, 21 Jan 2023 14:03:01 +0100 Subject: [PATCH] UI tests --- gdnative/tests/ui/derive_fail_methods.stderr | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/gdnative/tests/ui/derive_fail_methods.stderr b/gdnative/tests/ui/derive_fail_methods.stderr index 3c1465db7..ba895d721 100644 --- a/gdnative/tests/ui/derive_fail_methods.stderr +++ b/gdnative/tests/ui/derive_fail_methods.stderr @@ -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