Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assert_relative_eq!() fails in compilation #81

Open
Levitanus opened this issue Dec 11, 2022 · 0 comments
Open

assert_relative_eq!() fails in compilation #81

Levitanus opened this issue Dec 11, 2022 · 0 comments

Comments

@Levitanus
Copy link

Levitanus commented Dec 11, 2022

assert_relative_eq!(
   0.55,
   0.56
);

Compiles on version 0.4.0, but fails on 0.5.x

I don't think this is desired behavior, also I can not see another possible signature. And a bit more of docs for each macro would be awesome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant