Skip to content

Commit

Permalink
Fix FFI guide
Browse files Browse the repository at this point in the history
  • Loading branch information
emberian committed Aug 21, 2014
1 parent 21bd17f commit 01d2efa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/doc/guide-ffi.md
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ Rust code:
~~~~no_run
#[repr(C)]
struct RustObject {
a: i32,
// other members
Expand Down

5 comments on commit 01d2efa

@bors
Copy link
Contributor

@bors bors commented on 01d2efa Aug 21, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 01d2efa Aug 21, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging cmr/rust/struct-undef-repr = 01d2efa into auto

@bors
Copy link
Contributor

@bors bors commented on 01d2efa Aug 21, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cmr/rust/struct-undef-repr = 01d2efa merged ok, testing candidate = f92015f

@bors
Copy link
Contributor

@bors bors commented on 01d2efa Aug 21, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = f92015f

Please sign in to comment.