Skip to content
New issue

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

diesel with 64-column-tables can not be built on nightly-2024-10-20 #4315

Closed
3 tasks done
vnghia opened this issue Oct 20, 2024 · 1 comment
Closed
3 tasks done

diesel with 64-column-tables can not be built on nightly-2024-10-20 #4315

vnghia opened this issue Oct 20, 2024 · 1 comment
Labels

Comments

@vnghia
Copy link
Contributor

vnghia commented Oct 20, 2024

Setup

Versions

  • Rust: nightly-2024-10-20
  • Diesel: 2.2.4
  • Database: Postgresql
  • Operating System Debian

Feature Flags

  • diesel: 64-column-tables
  • diesel-async: postgres

Problem Description

Can not be built if both 64-column-tables and postgres are enabled. If 64-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

  • This issue can be reproduced on Rust's stable channel. (Your issue will be
    closed if this is not the case)
  • This issue can be reproduced without requiring a third party crate

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!

@vnghia vnghia added the bug label Oct 20, 2024
@weiznich
Copy link
Member

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 rust-lang/rust#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.

@weiznich weiznich closed this as not planned Won't fix, can't repro, duplicate, stale Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants