Nilstrieb

Results 86 comments of Nilstrieb

The point of this change was, that `'a` is what's used for a generic lifetime in the book, so not using the generic lifetime name for a concrete lifetime here...

Hi @dcuddeback. `1.36` is about three years old now, and I think you should be able to merge this now from this point of view. No serious Rust project is...

Perhaps the compiler is running out of memory and getting killed by the OOM killer.

❤️ 🦀 ❤️

Thank you for your bug report! Is the problem still present on the latest nightly? ```sh rustup install nightly cargo +nightly test ```

> Hey! > > I was reading this issue and I wanted to let you know about a tool I recently created that I think maybe some of you can...

Couldn't we just have a global bool `USED_SQLITE` in `rusqlite` that is `false` inititally and gets set to `true` when you use a safe `rusqlite` function for the first time?...

I assume it's to avoid having an extra dependency, as `sptr` contains more code than is required here, which would have a negative impact on build times.

@yoshuawuyts any chance on getting this merged soon? Would be pretty useful since this crate is causing Miri checking to fail for many crates.