Skip to content

core::at_vec::append_test fails #3594

New issue

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

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

Already on GitHub? # to your account

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-type-system Area: 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`
shrirambalaji pushed a commit to shrirambalaji/rust that referenced this issue Oct 6, 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.
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
A-type-system Area: Type system
Projects
None yet
Development

No branches or pull requests

2 participants