blob: 2a5b6274496fbba5f86b301ac608c9df2c509159 [file] [log] [blame] [edit]
//@ known-bug: #121363
//@ compile-flags: -Zmir-opt-level=5 --crate-type lib
#![feature(trivial_bounds)]
#[derive(Debug)]
struct TwoStrs(str, str)
where
str: Sized;