about summary refs log tree commit diff
path: root/src/test/pretty/trait-polarity.rs
blob: 3aab99bf6a0ae8133299d0b810bcbe0c57ed04ab (plain)
1
2
3
4
5
6
7
8
9
#![feature(optin_builtin_traits)]

// pp-exact

struct Test;

impl !Send for Test { }

pub fn main() { }