tobyhede closed issue #1612: could not compile `sqlparser`
URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1612
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To
tobyhede commented on issue #1612:
URL:
https://github.com/apache/datafusion-sqlparser-rs/issues/1612#issuecomment-2558284568
It might be worth either removing or updating .tool_versions?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on
tobyhede commented on issue #1612:
URL:
https://github.com/apache/datafusion-sqlparser-rs/issues/1612#issuecomment-2556421257
There is a `.tool-versions` file that defines 1.75.0.
I am using `mise` which probably picked that up as the rust to use.
--
This is an automated mess
mvzink commented on issue #1612:
URL:
https://github.com/apache/datafusion-sqlparser-rs/issues/1612#issuecomment-2556125940
Compiles for me on 1.79+ (see [release
notes](https://blog.rust-lang.org/2024/06/13/Rust-1.79.0.html#bounds-in-associated-type-position)).
If this is the only thing i
tobyhede opened a new issue, #1612:
URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1612
With a clean clone of the repo, `cargo test` results in a compile error.
I think the "unstable syntax" may have changed?
```
error[E0658]: associated type bounds are un