// build-pass // revisions: current next //[next] compile-flags: -Ztrait-solver=next fn test() -> Option { Some("") } fn main() { test(); }