]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/trait-polarity.rs
Sync rust-lang/portable-simd@03f6fbb21e6050da2a05b3ce8f480c020b384916
[rust.git] / src / test / pretty / trait-polarity.rs
1 #![feature(negative_impls)]
2
3 // pp-exact
4
5 struct Test;
6
7 impl !Send for Test {}
8
9 pub fn main() {}