blob: fef2520ddbe2932c155d5a3d5175a96fdcca726a [file] [log] [blame]
//@ check-pass
pub trait ValidTrait {}
/// This returns impl trait
pub fn g() -> impl ValidTrait {
(|| error::_in::impl_trait::alias::nested::closure())()
}