Robbepop / apint

Arbitrary precision integers library.
Other
27 stars 4 forks source link

Borrow-Checker (NLL) finds invalid lifetimes in constructor.rs tests #32

Closed Robbepop closed 5 years ago

Robbepop commented 5 years ago

Recents NLL updates found some lifetime invalidations in constructor.rs unit tests. On lines 443, 494, 527, 558 and 589 for example.

Look into the travis CI log: https://travis-ci.org/Robbepop/apint/jobs/451193349

Robbepop commented 5 years ago

Note this may be a compiler error: https://github.com/rust-lang/rust/issues/55806

AaronKutch commented 5 years ago

They closed the issue and a new beta is out try compiling again.

Robbepop commented 5 years ago

Yeah it works, thanks! We can close this.