You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Update the error message to make it more clear. Also add compile_fail
tests to ensure invalid syntax are rejected.
Note rust-analyzer may still report false errors, as a workaround we can
disable the errors by adding below config:
`"rust-analyzer.diagnostics.disabled": ["macro-error"]`
0 commit comments