Description
See https://travis-ci.org/Robbepop/string-interner/jobs/339735884 for the build log (config.link_deps()
).
And https://travis-ci.org/Robbepop/string-interner/jobs/339733480 for an earlier one (config.target_ruscflags = Some("-L target/debug/deps"
).
Locally on my Windows machine, config.link_deps()
fails due to #81 and config.target_rustcflags = Some("-L target/debug/deps")
works fine. config.clean_rmeta
is called after setting the link arguments in both cases.
Compile test harness here: https://github.com/CAD97/string-interner/blob/d95952459bb0b0a99448c9f5c84ff182b2ef7e38/tests/compiletests.rs
Singular compile-fail test here: https://github.com/CAD97/string-interner/blob/d95952459bb0b0a99448c9f5c84ff182b2ef7e38/tests/compile-fail/pooled_str_outlives.rs