Skip to content

Commit

Permalink
Remove Outdated Note About Mac Bug
Browse files Browse the repository at this point in the history
The bug was fixed, no need for the note now:

rust-lang/rust#28794
  • Loading branch information
zicklag authored May 25, 2019
1 parent 9a4620c commit 2428dd5
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions examples/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,3 @@ together with this project. It covers most types
of exported symbols, therefor it allows you to check
if the library actually obtains correctly all kinds
of symbols.

**Note:** Rust has still a [**bug**](https://github.com/rust-lang/rust/issues/28794) that results in
generating invalid dynamic link libraries.
On OSX you can expect to have a crash when the
library gets unloaded. Please notice that this
bug is related to building dynamic link libraries
(in this case the example library), not to loading
libraries.
If you use rust-dlopen for working with correctly built
dynamic link libraries, everything should work
normally.

0 comments on commit 2428dd5

Please sign in to comment.