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
Parsing ambiguity seen while trying to use as operator at the end of closure passed to in_workunit! macro:
as
error: local ambiguity when calling macro `in_workunit`: multiple parsing options: built-in NTs tt ('body') or 1 other option. --> process_execution/src/local.rs:546:43 | 546 | Ok(exclusive_spawn) as Result<bool, String> | ^
The text was updated successfully, but these errors were encountered:
#13483 / 30640b2#diff-230c46e3890a73dee860295c27128ef3aadc239d2db0f6bcd1ac67db038385efL851 seemed to change this from using tt to using expr, which likely resolves the ambiguity.
tt
expr
Sorry, something went wrong.
No branches or pull requests
Parsing ambiguity seen while trying to use
as
operator at the end of closure passed to in_workunit! macro:The text was updated successfully, but these errors were encountered: