about summary refs log tree commit diff
path: root/library/std/src/sys/unix/process/process_unix.rs
diff options
context:
space:
mode:
authorYuki Okushi <jtitor@2k36.org>2021-07-11 01:15:43 +0900
committerGitHub <noreply@github.com>2021-07-11 01:15:43 +0900
commit36b142f5c11014090b98028688f2580f1ce4b483 (patch)
tree84d3a7eb4890b29a2427a8893abba789d977d0a4 /library/std/src/sys/unix/process/process_unix.rs
parentad2a0fc93f4d6fa89001bf482f6abd441e74ae28 (diff)
parent293fa8f39a9ebe2aedbf6caecffaaab9c52aa499 (diff)
downloadrust-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