use std::fmt::Debug; // check-pass fn in_adt_in_return() -> Vec { panic!() } fn main() {}