selvavm opened a new issue #1809:
URL: https://github.com/apache/arrow-datafusion/issues/1809


   **Describe the bug**
   Getting error when installing `ballista-scheduler`
   
   **To Reproduce**
   Run `cargo install ballista-scheduler`
   
   **Expected behavior**
   Install successfully
   
   **Additional context**
   ```
   error[E0599]: no function or associated item named `from_str_unchecked` 
found for struct `proc_macro2::Literal` in the current scope
      --> 
C:\Users\selva\.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
      --> 
C:\Users\selva\.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`
   
      Compiling twoway v0.1.8
   For more information about this error, try `rustc --explain E0599`.
   


-- 
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...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to