blob: 99aa6caa30dbdcb8ea3a0b095dc1b90032cacb2f [file]
#![attr = Feature([type_alias_impl_trait#0])]
extern crate std;
#[attr = PreludeImport]
use ::std::prelude::rust_2015::*;
//@ check-pass
//@ compile-flags: -Z unpretty=hir
//@ edition: 2015
trait Animal { }
fn main() {
type ServeFut = /*impl Trait*/;
}