mirror of
https://github.com/servo/servo.git
synced 2025-08-11 00:15:32 +01:00
Upgrade to rustc 551a74dddd84cf01440ee84148ebd18bc68bd7c8.
This commit is contained in:
parent
7b87085c18
commit
ef8edd4e87
168 changed files with 2247 additions and 2408 deletions
|
@ -167,7 +167,7 @@ fn test_replace_hosts() {
|
|||
|
||||
//Start the TCP server
|
||||
let listener = TcpListener::bind("127.0.0.1:0").unwrap();
|
||||
let port = listener.socket_addr().unwrap().port();
|
||||
let port = listener.local_addr().unwrap().port();
|
||||
|
||||
//Start the resource task and make a request to our TCP server
|
||||
let resource_task = new_resource_task(None);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue