From 2428dd5ea71c645a7a1e802442f9443696b530eb Mon Sep 17 00:00:00 2001 From: Zicklag Date: Sat, 25 May 2019 18:58:55 -0500 Subject: [PATCH] Remove Outdated Note About Mac Bug The bug was fixed, no need for the note now: https://github.com/rust-lang/rust/issues/28794 --- examples/README.md | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/examples/README.md b/examples/README.md index d6eefbd..61a4462 100644 --- a/examples/README.md +++ b/examples/README.md @@ -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. \ No newline at end of file