]> git.lizzy.rs Git - rust.git/blob - tests/pretty/import-renames.rs
Do not eagerly recover for bad impl-trait in macros
[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};