erickt / rust-zmq

Rust zeromq bindings.
Apache License 2.0
886 stars 189 forks source link

Fix tests with recent compilers #330

Open jannic opened 3 years ago

jannic commented 3 years ago

In a recent update of rustc, error messages were improved, which broke one of the compile-fail test cases.

As the exact error message doesn't seem to be important in this case, remove the .stderr file, so the test case succeeds for both the old and the new error message.