mirror of
https://github.com/rust-lang/rust.git
synced 2025-12-30 01:35:30 +00:00
Fix incorrect panic message in example The panic message when calling the `connect()` should probably be a message about connection failure, not a message about binding address failure.