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
59 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
{ }
Fix the empty-impl tests Use an existing type so that it compiles.
2013-09-11 23:58:30 +00:00
impl
X
for
uint
;
Fix pretty-printing of empty impl items
2013-09-08 22:43:58 +00:00
trait
Y
{ }
Fix the empty-impl tests Use an existing type so that it compiles.
2013-09-11 23:58:30 +00:00
impl
Y
for
uint
;
Reference in New Issue
Copy Permalink