Files
rust/tests/ui/rfcs/rfc-2396-target_feature-11/issue-99876.rs

8 lines
80 B
Rust
Raw Normal View History

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