]> git.lizzy.rs Git - rust.git/blob - src/test/pretty/trait-polarity.rs
Rollup merge of #69645 - DutchGhost:const-forget-tests, r=Dylan-DPC
[rust.git] / src / test / pretty / trait-polarity.rs
1 #![feature(optin_builtin_traits)]
2
3 // pp-exact
4
5 struct Test;
6
7 impl !Send for Test { }
8
9 pub fn main() { }