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
Our CI here is failing with rustc Nightly: https://gitlab.com/openpowerlifting/opl-data/-/jobs/126388055. The failure has reproduced across multiple runs.
The first error message is !dbg attachment points at wrong subprogram for function.
!dbg attachment points at wrong subprogram for function
To reproduce:
git clone https://gitlab.com/openpowerlifting/opl-data.git
git checkout 77f366f4c48e72c1f7b50a7edd09668b52da3628
cd server
cargo build
The text was updated successfully, but these errors were encountered:
This is a duplicate of #56265.
Sorry, something went wrong.
No branches or pull requests
Our CI here is failing with rustc Nightly: https://gitlab.com/openpowerlifting/opl-data/-/jobs/126388055. The failure has reproduced across multiple runs.
The first error message is
!dbg attachment points at wrong subprogram for function
.To reproduce:
git clone https://gitlab.com/openpowerlifting/opl-data.git
(about 100mb or so)git checkout 77f366f4c48e72c1f7b50a7edd09668b52da3628
(the earliest push that started failing)cd server
cargo build
The text was updated successfully, but these errors were encountered: