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
This error (with a missing final backtick) is emitted when using foo as "foo: _" in query!, but it is incorrect: this syntax works in query_as!(), at least for all the cases I have encoutered so far. Is this error message simply outdated or are there some cases where : _ still doesn't work for query_as!?