rust/tests/crashes/140365.rs
Matthias Krüger 0443a66d39 more ice tests
2025-05-18 17:25:34 +02:00

8 lines
128 B
Rust

//@ known-bug: #140365
//@compile-flags: -C opt-level=1 -Zvalidate-mir
fn f() -> &'static str
where
Self: Sized,
{
""
}