martin-g opened a new pull request, #313:
URL: https://github.com/apache/avro-rs/pull/313

   Fixes the problem with latest nightly:
   ```
   error: unreachable expression
       --> avro/src/schema.rs:6054:24
        |
   6054 |                 return Err(format!("Expected 
Details::InvalidNamespace, got {other:?}").into());
        |                        
^^^^-------------------------------------------------------------------^
        |                        |   |
        |                        |   any code following this expression is 
unreachable
        |                        unreachable expression
        |
   note: this expression has type `TestError`, which is uninhabited
   ```


-- 
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]

Reply via email to