We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb8563a commit c5dc4a6Copy full SHA for c5dc4a6
packages/perseus-macro/src/auto_scope.rs
@@ -79,7 +79,7 @@ impl Parse for TemplateFn {
79
// a capsule
80
// Any other kind of template doesn't need this macro
81
if args.len() != 2 && args.len() != 3 {
82
- return Err(syn::Error::new_spanned(&sig.inputs, "`#[template]` is only useful if you're using reactive state (which requires two arguments)"));
+ return Err(syn::Error::new_spanned(&sig.inputs, "`#[auto_scope]` is only useful if you're using reactive state (which requires two arguments)"));
83
}
84
85
Ok(Self {
0 commit comments