Tracking issue for rust-lang/rfcs#1219. Intention is to permit syntax like: ``` rust use std::io::{ Error as IoError, Read, Write } ``` the semantics of which are fairly self-explanatory.