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