diff options
| author | Martin Nordholts <enselic@gmail.com> | 2022-10-24 20:59:22 +0200 |
|---|---|---|
| committer | Martin Nordholts <enselic@gmail.com> | 2022-10-25 19:13:23 +0200 |
| commit | 43e17454e2d8f650142cb671e13ca70fcbe42fcc (patch) | |
| tree | bc2c04b17456eee084f3170e71a65bc18d99b468 /compiler/rustc_interface/src | |
| parent | 85d089b41e2a0c0f07ab34f6c5a7c451389f25e6 (diff) | |
| download | rust-43e17454e2d8f650142cb671e13ca70fcbe42fcc.tar.gz rust-43e17454e2d8f650142cb671e13ca70fcbe42fcc.zip | |
Remove `rustc_driver::set_sigpipe_handler()`
Its usage was removed in 5e624bf4ba and 093b075d32, so we do not need to
keep it around any longer. According to [preliminary
input](https://rust-lang.zulipchat.com/#narrow/stream/182449-t-compiler.2Fhelp/topic/Find.20.60rustc_driver.60.20dependent.20projects.3F/near/304490764),
we do not need to worry about any deprecation cycle for this API and can
just straight up remove it.
Migration instructions for remaining clients
--------------------------------------------
Change from
```rust
extern crate rustc_driver;
fn main() {
rustc_driver::set_sigpipe_handler();
// ...
```
to
```rust
fn main() {
// ...
```
Diffstat (limited to 'compiler/rustc_interface/src')
0 files changed, 0 insertions, 0 deletions
