]> git.lizzy.rs Git - rust.git/blob - tests/pretty/import-renames.rs
Filter impl and where-clause candidates that reference errors
[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};