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
dee1107571
rust
/
src
/
test
/
auxiliary
/
impl_privacy_xc_1.rs
10 lines
96 B
Rust
Raw
Normal View
History
Unescape
Escape
librustc: Fix bugs regarding to impl privacy. rs=bugfix
2013-01-31 14:40:05 -06:00
#[
crate_type =
"
lib
"
]
;
pub
struct
Fish
{
x
:
int
}
Remove all uses of `pub impl`. rs=style
2013-05-31 17:17:22 -05:00
impl
Fish
{
pub
fn
swim
(
&
self
)
{
}
librustc: Fix bugs regarding to impl privacy. rs=bugfix
2013-01-31 14:40:05 -06:00
}
Reference in New Issue
Copy Permalink