You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 10, 2022. It is now read-only.
I just ran across this library, and threw together a quick test by creating a new project and copying over the code in tests/test.rs. My entire project can be summed up as follows:
I just ran across this library, and threw together a quick test by creating a new project and copying over the code in
tests/test.rs
. My entire project can be summed up as follows:Cargo.toml:
main.rs
When I run this with
cargo +nightly run
, it runs fine, but when I runcargo +nightly run --release
, I get the following:Meta
lsb_release -a: Distributor ID: Ubuntu Description: Ubuntu 18.04.5 LTS Release: 18.04 Codename: bionic uname -a: Linux Hammer 5.4.0-53-generic #59~18.04.1-Ubuntu SMP Wed Oct 21 12:14:56 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux rustc -vV: rustc 1.47.0 (18bf6b4f0 2020-10-07) binary: rustc commit-hash: 18bf6b4f01a6feaf7259ba7cdae58031af1b7b39 commit-date: 2020-10-07 host: x86_64-unknown-linux-gnu release: 1.47.0 LLVM version: 11.0 cargo -vV: cargo 1.47.0 (f3c7e066a 2020-08-28) release: 1.47.0 commit-hash: f3c7e066ad66e05439cf8eab165a2de580b41aaf commit-date: 2020-08-28 rustc +beta -vV: rustc 1.48.0-beta.8 (121901459 2020-11-08) binary: rustc commit-hash: 1219014599fd873fcb640b675d8a662150c74e40 commit-date: 2020-11-08 host: x86_64-unknown-linux-gnu release: 1.48.0-beta.8 LLVM version: 11.0 cargo +beta -vV: cargo 1.48.0-beta (65cbdd2dc 2020-10-14) release: 1.48.0 commit-hash: 65cbdd2dc0b7e877577474b98b7d071308d0bb6f commit-date: 2020-10-14 rustc +nightly -vV: rustc 1.49.0-nightly (9722952f0 2020-11-12) binary: rustc commit-hash: 9722952f0bed5815cb22cb4878be09fb39f92804 commit-date: 2020-11-12 host: x86_64-unknown-linux-gnu release: 1.49.0-nightly cargo +nightly -vV: cargo 1.49.0-nightly (d5556aeb8 2020-11-04) release: 1.49.0 commit-hash: d5556aeb8405b1fe696adb6e297ad7a1f2989b62 commit-date: 2020-11-04
The text was updated successfully, but these errors were encountered: