rust-lang / jobserver-rs

Apache License 2.0
68 stars 42 forks source link

prepare for a rustc experiment: unsafe before_exec #9

Closed RalfJung closed 5 years ago

RalfJung commented 5 years ago

See https://github.com/rust-lang/rust/issues/39575 for all the details.

I am not sure if this is what we usually do in such a case. Please let me know if I am doing it wrong.

alexcrichton commented 5 years ago

Let's continue discussion on the issue

RalfJung commented 5 years ago

I am using [patch] now so I don't need this any more. Thanks for the pointer!

[patch.crates-io]
jobserver = { git = 'https://github.com/RalfJung/jobserver-rs' }