How do I get a basic setup working? #2870
-
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            jxs
          
      
      
        Sep 5, 2022 
      
    
    Replies: 2 comments
-
| Hi! | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
      Answer selected by
        1066JMay96
-
| Very likely you are running a too old version of Rust. Can you please post the output of: 
 | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    

Hi!
Can you provide more info regarding your stack trace and build environment? It seems you are triggering an issue akin to rust-lang/rust#100062. But could also be dtolnay/anyhow#250.
Does executing
cargo cleanand running with the latest stable Rust version (1.63) fix the issue?