Skip to content

Instantly share code, notes, and snippets.

@SiegeLord
Created September 28, 2013 03:52
Show Gist options
  • Select an option

  • Save SiegeLord/6738184 to your computer and use it in GitHub Desktop.

Select an option

Save SiegeLord/6738184 to your computer and use it in GitHub Desktop.
It's no use...
pub struct S;
mod private
{
impl super::S
{
fn test(&self)
{
}
}
}
fn main()
{
let s = S;
s.test();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment