scovich commented on PR #9502: URL: https://github.com/apache/arrow-rs/pull/9502#issuecomment-3994834715
I don't think the newfangled resolver worked? The [MSRV job](https://github.com/apache/arrow-rs/actions/runs/22628686064/job/65572300549?pr=9502) fails -- really ugly formatting?? -- with: ``` Checking comfy-table v7.2.2\nerror[E0658]: `let` expressions in this position are unstable\n --> /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/comfy-table-7.2.2/src/utils/arrangement/disabled.rs:21:12\n |\n21 | if let Some(max_width) = constraint::max(table, &column.constraint, visible_columns)\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = note: see issue #53667 <https://github.com/rust-lang/rust/issues/53667> for more information\n\nerror[E0658]: `let` expressions in this position are unstable\n --> /usr/local/cargo/registry/src/index.crates.io-1949cf8c6b5b557f/comfy-table-7.2.2/src/utils/formatting/content_format.rs:101:12\n |\n101 | if let Some(lines) = row.max_height\n | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^\n |\n = note: see issue #53667 <https://github.com/rust-lang/rust/issues/53667> for more information\n\n Checking hyper-util v0.1.20\nFor more inform ation about this error, try `rustc --explain E0658`.\nerror: could not compile `comfy-table` (lib) due to 2 previous errors ``` Either that, or comfy-table-7.2.2 lies about its MSRV? -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
