This website requires JavaScript.
Explore
Help
Register
Sign In
mikros
/
rust
Watch
1
Star
0
Fork
0
You've already forked rust
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
rust
/
src
/
test
/
pretty
/
empty-impl.pp
6 lines
65 B
ObjectPascal
Raw
Normal View
History
Unescape
Escape
Fix pretty-printing of empty impl items
2013-09-08 22:43:58 +00:00
trait
X
{ }
Stop accepting 'impl ...;', require {} instead Progress on #7981
2013-09-19 12:09:52 -07:00
impl
X
for
uint
{ }
Fix pretty-printing of empty impl items
2013-09-08 22:43:58 +00:00
trait
Y
{ }
Stop accepting 'impl ...;', require {} instead Progress on #7981
2013-09-19 12:09:52 -07:00
impl
Y
for
uint
{ }
Reference in New Issue
Copy Permalink