alamb opened a new issue #1498:
URL: https://github.com/apache/arrow-datafusion/issues/1498
**Describe the bug**
After `cargo updating` the build is broken:
alamb@MacBook-Pro-2 arrow-datafusion % cargo update
cargo update
Updating crates.io index
Updating anyhow v1.0.51 -> v1.0.52
Updating quote v1.0.10 -> v1.0.11
Updating typenum v1.14.0 -> v1.15.0
Updating zstd v0.9.0+zstd.1.5.0 -> v0.9.1+zstd.1.5.1
Updating zstd-safe v4.1.1+zstd.1.5.0 -> v4.1.2+zstd.1.5.1
Updating zstd-sys v1.6.1+zstd.1.5.0 -> v1.6.2+zstd.1.5.1
alamb@MacBook-Pro-2 arrow-datafusion %
```
error[E0599]: no function or associated item named `from_str_unchecked`
found for struct `proc_macro2::Literal` in the current scope
-->
/Users/alamb/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.11/src/runtime.rs:301:41
|
301 | let literal = unsafe { Literal::from_str_unchecked(repr) };
| ^^^^^^^^^^^^^^^^^^ function or
associated item not found in `proc_macro2::Literal`
error[E0599]: no function or associated item named `from_str_unchecked`
found for struct `proc_macro2::Literal` in the current scope
-->
/Users/alamb/.cargo/registry/src/github.com-1ecc6299db9ec823/quote-1.0.11/src/runtime.rs:310:45
|
310 | let mut literal = unsafe { Literal::from_str_unchecked(repr) };
| ^^^^^^^^^^^^^^^^^^
function or associated item not found in `proc_macro2::Literal`
```
Also happens on CI:
https://github.com/apache/arrow-datafusion/runs/4649830794?check_suite_focus=true
**To Reproduce**
Steps to reproduce the behavior:
**Expected behavior**
A clear and concise description of what you expected to happen.
**Additional context**
Add any other context about the problem here.
--
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]