Giter VIP home page Giter VIP logo

Comments (8)

oyvindln avatar oyvindln commented on June 11, 2024

What version of rust are you using? assert_ne is a pretty new addition.

from deflate-rs.

TomboFry avatar TomboFry commented on June 11, 2024

I'm also having this issue on Windows using MSVC. I've tried the stable, beta, and nightly channels and the error persists on all of them.

from deflate-rs.

oyvindln avatar oyvindln commented on June 11, 2024

That's strange seeing as it was added in rust 1.13. Though, if it's just that assert causing issues I can change it to use a normal assert in the next version instead..

from deflate-rs.

zhenruyan avatar zhenruyan commented on June 11, 2024

linux kernel 4.9.0 rustc 1.12.0

from deflate-rs.

oyvindln avatar oyvindln commented on June 11, 2024

Right, you will need to update to at least 1.13.0 as the macro that is failing was added in that version.

I will remove the usage of assert_ne! ianyhow n the next update of this crate as it's not really important.

from deflate-rs.

zhenruyan avatar zhenruyan commented on June 11, 2024

ok thinks

from deflate-rs.

oyvindln avatar oyvindln commented on June 11, 2024

I've removed the usage of assert_ne in the latest update. Do you still have this issue?

from deflate-rs.

oyvindln avatar oyvindln commented on June 11, 2024

Closing this as the code no longer uses assert_ne!.

from deflate-rs.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.