bfe5189904
This reverts commit b379d216eefaba083a0627b1724d73f99d4bdf5c.
10 lines
111 B
Rust
10 lines
111 B
Rust
// check-pass
|
|
|
|
#![feature(target_feature_11)]
|
|
|
|
struct S<T>(T)
|
|
where
|
|
[T; (|| {}, 1).1]: Copy;
|
|
|
|
fn main() {}
|