Skip to content

Instantly share code, notes, and snippets.

@steveklabnik
Created September 29, 2015 19:53
Show Gist options
  • Select an option

  • Save steveklabnik/96f544788492df71f1a8 to your computer and use it in GitHub Desktop.

Select an option

Save steveklabnik/96f544788492df71f1a8 to your computer and use it in GitHub Desktop.
/// This is a test:
///
/// ```rust
/// let x = SomeUnknownStructure::new();
/// ```
fn foo() {}
/// This is a test:
/// ```rust
/// let x = SomeUnknownStructure::new();
/// ```
fn foo() {}
@marti1125
Copy link
Copy Markdown

rustdoc --test foo.rs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment