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
Seems like the anchor referenced here:
https://github.com/salsa-rs/salsa/blob/88a1d7774d78f048fbd77d40abca9ebd729fd1f0/book/src/tutorial/debug.md?plain=1#L25C1-L29C4
is missing from examples/calc/ir.rs. I sadly don't have a clue how any of this works, otherwise I would have made a PR :D.
examples/calc/ir.rs
The text was updated successfully, but these errors were encountered:
A few more pages that seem to be missing content:
Sorry, something went wrong.
Debug
https://salsa-rs.github.io/salsa/tutorial/accumulators.html#defining-the-parser-reporting-errors
should be something like:
Diagnostic(format!( "Error in file {}: {:?}\n", file.path(db) .file_name() .unwrap_or_else(|| "<unknown>".as_ref()) .to_string_lossy(), error, )) .accumulate(db);
No branches or pull requests
Seems like the anchor referenced here:
https://github.com/salsa-rs/salsa/blob/88a1d7774d78f048fbd77d40abca9ebd729fd1f0/book/src/tutorial/debug.md?plain=1#L25C1-L29C4
is missing from
examples/calc/ir.rs
. I sadly don't have a clue how any of this works, otherwise I would have made a PR :D.The text was updated successfully, but these errors were encountered: