blob: 809ceaf35a059b754d03b123e0aca1de4044540a [file] [log] [blame] [edit]
//@ known-bug: #140365
//@compile-flags: -C opt-level=1 -Zvalidate-mir
fn f() -> &'static str
where
Self: Sized,
{
""
}