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
4dacd73651
rust
/
src
/
test
/
pretty
/
empty-impl.rs
6 lines
59 B
Rust
Raw
Normal View
History
Unescape
Escape
Fix pretty-printing of empty impl items
2013-09-08 17:43:58 -05:00
trait
X
{
}
Fix the empty-impl tests Use an existing type so that it compiles.
2013-09-11 18:58:30 -05:00
impl
X
for
uint
;
Fix pretty-printing of empty impl items
2013-09-08 17:43:58 -05:00
trait
Y
{
}
Fix the empty-impl tests Use an existing type so that it compiles.
2013-09-11 18:58:30 -05:00
impl
Y
for
uint
;
Reference in New Issue
Copy Permalink