Files
rust/tests/ui/rfcs/rfc-2396-target_feature-11/issue-99876.rs
2025-01-27 23:44:47 +01:00

8 lines
80 B
Rust

//@ check-pass
struct S<T>(T)
where
[T; (|| {}, 1).1]: Copy;
fn main() {}