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 unstable --> src/ast/mod.rs:7876:43 | 7876 | I: IntoIterator<Item = usize, IntoIter: DoubleEndedIterator + Clone> + Clone, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #52662 <https://github.com/rust-lang/rust/issues/52662> for more information For more information about this error, try `rustc --explain E0658`. error: could not compile `sqlparser` (lib test) due to 1 previous error warning: build failed, waiting for other jobs to finish... warning: associated type bounds are unstable --> src/ast/mod.rs:7876:43 | 7876 | I: IntoIterator<Item = usize, IntoIter: DoubleEndedIterator + Clone> + Clone, | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: see issue #52662 <https://github.com/rust-lang/rust/issues/52662> for more information = warning: unstable syntax can change at any point in the future, causing a hard error! = note: for more information, see issue #65860 <https://github.com/rust-lang/rust/issues/65860> warning: `sqlparser` (lib) generated 1 warning ``` -- 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 unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: github-unsubscr...@datafusion.apache.org For additional commands, e-mail: github-h...@datafusion.apache.org