blob: a25be862a5dafb9ef43cbdd3b649352c42cf58c1 [file] [log] [blame] [edit]
use std::result;
impl result { //~ ERROR expected type, found module `result`
fn into_future() -> Err {} //~ ERROR expected type, found variant `Err`
}
fn main() {}