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