We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#[salsa::tracked(return_ref)] fn test(db: &dyn salsa::Database) -> Vec<u32> { vec![] }
doesn't compile (or something like it).
The text was updated successfully, but these errors were encountered:
Interesting. We use this very intensively but only with custom DBs.
Sorry, something went wrong.
#[salsa::tracked(return_ref)] fn test(db: &dyn salsa::Database) -> Vec<u32> { vec![] } doesn't compile (or something like it).
I haven't bisected yet but his function compiles well on latest master. Maybe it was somewhat other one like it or fixed somehow?
master
No branches or pull requests
doesn't compile (or something like it).
The text was updated successfully, but these errors were encountered: