diff options
| author | Yuki Okushi <jtitor@2k36.org> | 2021-07-11 01:15:43 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-11 01:15:43 +0900 |
| commit | 36b142f5c11014090b98028688f2580f1ce4b483 (patch) | |
| tree | 84d3a7eb4890b29a2427a8893abba789d977d0a4 /library/std/src/sys/unix/process/process_unix.rs | |
| parent | ad2a0fc93f4d6fa89001bf482f6abd441e74ae28 (diff) | |
| parent | 293fa8f39a9ebe2aedbf6caecffaaab9c52aa499 (diff) | |
| download | rust-36b142f5c11014090b98028688f2580f1ce4b483.tar.gz rust-36b142f5c11014090b98028688f2580f1ce4b483.zip | |
Rollup merge of #87028 - aDotInTheVoid:patch-1, r=petrochenkov
Fix type: `'satic` -> `'static` Pointed out on discord: https://discord.com/channels/273534239310479360/490356824420122645/863434443170250793 ~~The fact that this compiles is probably a bug.~~ Nope it's `#![feature(in_band_lifetimes)]` (Thanks to [floppy](https://discord.com/channels/273534239310479360/490356824420122645/863437381671059486) ~~[The docs](https://doc.rust-lang.org/stable/nightly-rustc/rustc_mir/transform/inline/struct.Inliner.html#method.check_codegen_attributes) seem to indicate rust thinks this function is generic over the lifetime `'satic`~~ This is because of `in_band_lifetimes`
Diffstat (limited to 'library/std/src/sys/unix/process/process_unix.rs')
0 files changed, 0 insertions, 0 deletions
