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