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

core::at_vec::append_test fails #3594

Closed
catamorphism opened this issue Sep 26, 2012 · 1 comment
Closed

core::at_vec::append_test fails #3594

catamorphism opened this issue Sep 26, 2012 · 1 comment
Assignees
Labels
A-typesystem Area: The type system
Milestone

Comments

@catamorphism
Copy link
Contributor

Test fails due to not being able to find the impl of the add trait for @-vecs. I commented it out.

@ghost ghost assigned nikomatsakis Sep 26, 2012
@catamorphism
Copy link
Contributor Author

I believe 8b13912 fixes this.

RalfJung pushed a commit to RalfJung/rust that referenced this issue Sep 8, 2024
Fixes rust-lang#3595 by using -fvisibility=hidden and the visibility attribute supported by both gcc and clang rather than the previous gcc-only mechanism for symbol hiding. Also brings over cfg changes from rust-lang#3594 which enable native-lib functionality on all unixes.
RalfJung pushed a commit to RalfJung/rust that referenced this issue Sep 8, 2024
Enable native libraries on macOS

Fixes rust-lang#3595 by using `-fvisibility=hidden` and the visibility attribute supported by both gcc and clang rather than the previous gcc-only mechanism for symbol hiding. Also brings over cfg changes from rust-lang#3594 which enable native-lib functionality on all unixes.

Thanks for taking a look, feedback very welcome!

cc `@RalfJung`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-typesystem Area: The type system
Projects
None yet
Development

No branches or pull requests

2 participants