rust/src/libsyntax/print
Flavio Percoco 8b883ab268 Add syntax for negative implementations of traits
This commit introduces the syntax for negative implmenetations of traits
as shown below:

`impl !Trait for Type {}`

cc #13231
Part of RFC #3
2015-01-04 23:16:13 +01:00
..
pp.rs sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs 2015-01-03 22:54:18 -05:00
pprust.rs Add syntax for negative implementations of traits 2015-01-04 23:16:13 +01:00