diff options
| author | Tyler Mandry <tmandry@gmail.com> | 2023-10-02 16:09:42 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-10-02 16:09:42 -0400 |
| commit | 1edf7233faefe64265898db10f5df4b57e9beb5d (patch) | |
| tree | bda724031e7d1f915859282b892de7cdfa496c6e /compiler/rustc_mir_transform/src/coverage/spans.rs | |
| parent | af77806bee45ca8a73b24746b84b011840cddc39 (diff) | |
| parent | 133aa56a84a4d52a066c4fbf12b53314310e91e1 (diff) | |
| download | rust-1edf7233faefe64265898db10f5df4b57e9beb5d.tar.gz rust-1edf7233faefe64265898db10f5df4b57e9beb5d.zip | |
Rollup merge of #116289 - linkmauve:patch-1, r=the8472
Add missing #[inline] on AsFd impl for sys::unix::fs::File This operation should be extremely cheap, at most the `mov` of the underlying file descriptor, but due to this missing `#[inline]` it is currently a function call.
Diffstat (limited to 'compiler/rustc_mir_transform/src/coverage/spans.rs')
0 files changed, 0 insertions, 0 deletions
