Sign in
rust
/
rust-lang
/
rust
/
refs/heads/try
/
.
/
tests
/
crashes
/
121363.rs
blob: 38796342284879b4ced3f68d57919214956a4e6b [
file
] [
log
] [
blame
] [
edit
]
//@ known-bug: #121363
//@ compile-flags: -Zmir-enable-passes=+GVN --crate-type lib
#![
feature
(
trivial_bounds
)]
#[
derive
(
Debug
)]
struct
TwoStrs
(
str
,
str
)
where
str
:
Sized
;