Skip to content
Snippets Groups Projects
Commit a13ad69c authored by bors's avatar bors
Browse files

Auto merge of #1574 - Amanieu:deprecate-vfork, r=gnzlbg

Deprecate vfork

The compiler may generate incorrect code for `vfork` and `setjmp` because they are missing the `#[returns_twice]` attribute which is currently unstable ([tracking issue](https://github.com/rust-lang/rust/issues/58314)). Since `vfork` is impossible to use safely, I propose deprecating it until `#[returns_twice]` is stable.
parents b96c0dd3 1f7352ca
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment