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
Describe the bug The docs CI test is failing on master
To Reproduce https://github.com/apache/arrow-rs/actions/runs/3062071013/jobs/4942618618
error: internal compiler error: no errors encountered even though `delay_span_bug` issued error: internal compiler error: broken MIR in DefId( ...
Expected behavior Tests should pass
Additional context @tustvold notes in #2693 (comment) that this is due to rust-lang/rust#101844
The text was updated successfully, but these errors were encountered:
CHANGELOG-old.md
Could we close this issue? The patch has been merged
remziy@remziy-mlt:Arrow-rs$ rustup default nightly info: using existing install for 'nightly-aarch64-apple-darwin' info: default toolchain set to 'nightly-aarch64-apple-darwin' nightly-aarch64-apple-darwin unchanged - rustc 1.65.0-nightly (95a992a68 2022-09-16)
Sorry, something went wrong.
It does appear to no longer be failing - https://github.com/apache/arrow-rs/actions/runs/3072636649/jobs/4964248404
No branches or pull requests
Describe the bug
The docs CI test is failing on master
To Reproduce
https://github.com/apache/arrow-rs/actions/runs/3062071013/jobs/4942618618
Expected behavior
Tests should pass
Additional context
@tustvold notes in #2693 (comment) that this is due to rust-lang/rust#101844
The text was updated successfully, but these errors were encountered: