Skip to content

Object equality behaves weird on linux #815

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

Closed
brson opened this issue Aug 11, 2011 · 1 comment
Closed

Object equality behaves weird on linux #815

brson opened this issue Aug 11, 2011 · 1 comment
Labels
O-linux Operating system: Linux

Comments

@brson
Copy link
Contributor

brson commented Aug 11, 2011

This works on mac and windows, not linux:

    let o1 = obj () {  };
    let o2 = obj () {  };

    assert (o1 != o2);
    assert (!(o1 == o2));
@marijnh
Copy link
Contributor

marijnh commented Jan 13, 2012

Objs are gone. Closing.

@marijnh marijnh closed this as completed Jan 13, 2012
arielb1 pushed a commit to arielb1/rust that referenced this issue Apr 10, 2015
Add feature name header to RFC template
keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this issue Dec 12, 2017
fix ABI breakage in syscall constants

Fix other platforms impacted by 9029cfb
ZuseZ4 pushed a commit to EnzymeAD/rust that referenced this issue Mar 7, 2023
* Correct load of struct behavior

* Fix build

* Fix build

* Functioning scope opts

* Additional md

* fix build

* fix 15
celinval pushed a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
O-linux Operating system: Linux
Projects
None yet
Development

No branches or pull requests

2 participants