Spartan2909

Results 4 issues of Spartan2909

The function `std::hint::black_box` is a stable wrapper around the same intrinsic that `test::black_box` uses, and could replace Criterion's own `black_box` function on all release channels. This function has been stable...

### Summary `undocumented_unsafe_blocks` lints on documented `unsafe` blocks that constitute the body of a `const` in an `impl` block. I get the expected behaviour if I put both the unsafe...

C-bug
I-false-positive

According to [Apple's documentation](https://developer.apple.com/documentation/xcode/writing-arm64-code-for-apple-platforms), their C data model seems to conform to LP64. [This Wikipedia article](https://en.wikipedia.org/wiki/64-bit_computing#64-bit_data_models) also says that macOS uses LP64. Unless I've missed something, it should be possible...