Open shahn opened 1 year ago
I wouldn't make this change until the MSRV was forced passed that version. And since this is just for tests, there isn't enough of a reason to force it.
Bumping MSRV for sure is not warranted for this change. I made this patch due to this: https://github.com/tokio-rs/bytes/issues/565#issuecomment-1214219588
Since Rust 1.65, which introduced LLVM 15, codegen for both versions of ptr_map is the same. The release happened in Nov 2022, which should mean the majority of users have upgraded.