Make the LocalKey facade of thread_local! inlineable cross-crate.

This commit is contained in:
Eduard-Mihai Burtescu 2017-08-13 16:42:10 +03:00
parent a3beb8fe61
commit 4e2be14986
2 changed files with 14 additions and 4 deletions

View file

@ -16,5 +16,5 @@ mod bar {
fn main() {
bar::baz.with(|_| ());
//~^ ERROR static `baz` is private
//~^ ERROR `baz` is private
}