about summary refs log tree commit diff
path: root/tests/crashes/140365.rs
blob: 809ceaf35a059b754d03b123e0aca1de4044540a (plain)
1
2
3
4
5
6
7
8
//@ known-bug: #140365
//@compile-flags: -C opt-level=1 -Zvalidate-mir
fn f() -> &'static str
where
    Self: Sized,
{
    ""
}