]> git.lizzy.rs Git - rust.git/blob - tests/pretty/import-renames.rs
Rollup merge of #106605 - notriddle:notriddle/outdated-rustbook, r=GuillaumeGomez
[rust.git] / tests / pretty / import-renames.rs
1 // compile-flags: --crate-type=lib
2
3 // pp-exact
4
5 use std::io::{self, Error as IoError};
6 use std::net::{self as stdnet, TcpStream};