Skip to content

Instantly share code, notes, and snippets.

@SiegeLord
Created August 27, 2013 20:33
Show Gist options
  • Select an option

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

Select an option

Save SiegeLord/6358787 to your computer and use it in GitHub Desktop.
Reference
mod foo
{
struct A;
}
mod bar
{
struct B
{
a: foo::A
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment