rust/tests/ui/rfcs/rfc-2396-target_feature-11/issue-99876.rs
2023-02-01 08:53:02 +01:00

8 lines
79 B
Rust

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