Closed vnghia closed 1 month ago
If this issue is invalid because of nightly channel, could you convert it to a discussion and point me somewhere to fix this
The check list literally says:
This issue can be reproduced on Rust's stable channel. (Your issue will be closed if this is not the case)
So yes, this issue is invalid and will be closed.
point me somewhere to fix this
Given that it works on stable rust and it does not work on nightly rust the correct place to fix that is https://github.com/rust-lang/rust/ Given that I do not really see any reason to keep this as discussion.
I've filled https://github.com/rust-lang/rust/issues/131969 for that, so please follow that other issue. In the future: If you ever hit such a regression again fill the bug report directly in the rustc repo.
Setup
Versions
nightly-2024-10-20
2.2.4
Postgresql
Debian
Feature Flags
64-column-tables
postgres
Problem Description
Can not be built if both
64-column-tables
andpostgres
are enabled. If64-column-tables
it will compile fine.What are you trying to accomplish?
Build
diesel
What is the expected output?
Build successfully
What is the actual output?
You can read the log here
Are you seeing any additional errors?
Steps to reproduce
Checklist
Additional information
I could send a fix if you can point me to somewhere. If this issue is invalid because of nightly channel, could you convert it to a discussion and point me somewhere to fix this ? Thank you very much!