2023-07-04 13:49:13 -05:00
|
|
|
//@ build-pass
|
|
|
|
//@ revisions: current next
|
2024-03-10 20:18:41 -05:00
|
|
|
//@ ignore-compare-mode-next-solver (explicit revisions)
|
2023-12-14 06:11:28 -06:00
|
|
|
//@[next] compile-flags: -Znext-solver
|
2023-07-04 13:49:13 -05:00
|
|
|
|
|
|
|
fn test() -> Option<impl Sized> {
|
|
|
|
Some("")
|
|
|
|
}
|
|
|
|
|
|
|
|
fn main() {
|
|
|
|
test();
|
|
|
|
}
|