about summary refs log tree commit diff
path: root/src/rustllvm/RustWrapper.cpp
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2016-02-02 00:32:18 -0500
committerSteve Klabnik <steve@steveklabnik.com>2016-02-02 00:32:18 -0500
commitb2f3a51e1a3b63a6558361b213dea4210f2460e1 (patch)
tree91775e48b1fb96a34d65085221e75521974112cc /src/rustllvm/RustWrapper.cpp
parenta9fbb0553583bac39b442e2fe8a43f64efc1f09d (diff)
parent76839221ff9bc4fd65ab9e7c0f1cd8e7514446f0 (diff)
downloadrust-b2f3a51e1a3b63a6558361b213dea4210f2460e1.tar.gz
rust-b2f3a51e1a3b63a6558361b213dea4210f2460e1.zip
Rollup merge of #31327 - dirk:dirk/process-child-safety-docs, r=alexcrichton
`Drop` is not implemented for `Child`, so if it goes out of scope in Rust-land and gets deallocated the child process will continue to exist and execute. If users want a guarantee that the process has finished running and exited they must manually use `kill`, `wait`, or `wait_with_output`.

Fixes #31289.

r? @steveklabnik
Diffstat (limited to 'src/rustllvm/RustWrapper.cpp')
0 files changed, 0 insertions, 0 deletions