Re: [I] Create an MSRV policy in this crate [datafusion-sqlparser-rs]

2025-02-25 Thread via GitHub
alamb commented on issue #1744: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1744#issuecomment-2683182151 > From looking into [#1612](https://github.com/apache/datafusion-sqlparser-rs/issues/1612), some test code uses associated type bounds ([stabilized in 1.79](https://g

Re: [I] Create an MSRV policy in this crate [datafusion-sqlparser-rs]

2025-02-24 Thread via GitHub
mvzink commented on issue #1744: URL: https://github.com/apache/datafusion-sqlparser-rs/issues/1744#issuecomment-2679756348 From looking into #1612, some test code uses associated type bounds ([stabilized in 1.79](https://github.com/rust-lang/rust/pull/122055/)). It could be rewritten if a