about summary refs log tree commit diff
path: root/compiler/rustc_interface/src/errors.rs
diff options
context:
space:
mode:
authorDylan DPC <99973273+Dylan-DPC@users.noreply.github.com>2022-10-19 14:05:52 +0530
committerGitHub <noreply@github.com>2022-10-19 14:05:52 +0530
commitf4afb9d9ec4a8b787acd477c9f3984d0db82087b (patch)
tree9dd3e5ff3ee8d50ea7a5dc7d4813da332ad7e264 /compiler/rustc_interface/src/errors.rs
parent48c5e0c262c4b454ec1c4528b5a9d81d3fc6bde6 (diff)
parent1a1ebb080f181cef75533dc829ec571745b1f174 (diff)
downloadrust-f4afb9d9ec4a8b787acd477c9f3984d0db82087b.tar.gz
rust-f4afb9d9ec4a8b787acd477c9f3984d0db82087b.zip
Rollup merge of #103127 - SUPERCILEX:inline-const-uninit, r=scottmcm
Make transpose const and inline

r? `@scottmcm`

- These should have been const from the beginning since we're never going to do more than a transmute.
- Inline these always because that's what every other method in MaybeUninit which simply casts does. :) Ok, but a stronger justification is that because we're taking in arrays by `self`, not inlining would defeat the whole purpose of using `MaybeUninit` due to the copying.
Diffstat (limited to 'compiler/rustc_interface/src/errors.rs')
0 files changed, 0 insertions, 0 deletions