mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-17 10:56:38 +00:00
Don't capture `&[T; N]` when contents isn't read Fixes the check in #111831 Fixes #112607, although I decided to test the root cause rather than including the example in the issue as a test. cc `@BoxyUwU`