Is it normal?
My proc macro ends with:
quote!(
{
let a = 2;
let b = "SSS";
(a,b)
}
)
Is it normal?
My proc macro ends with:
quote!(
{
let a = 2;
let b = "SSS";
(a,b)
}
)
I cleared the target folder and restarted RA and it worked
This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.