Skip to content

Commit

Permalink
Make rt::stack public
Browse files Browse the repository at this point in the history
Fixes #8478.
  • Loading branch information
Keegan McAllister committed Aug 13, 2013
1 parent 2145de8 commit 4fd5318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/rt/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ mod message_queue;
mod sleeper_list;

/// Stack segments and caching.
mod stack;
pub mod stack;

/// CPU context swapping.
mod context;
Expand Down

5 comments on commit 4fd5318

@bors
Copy link
Contributor

@bors bors commented on 4fd5318 Aug 13, 2013

Choose a reason for hiding this comment

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

saw approval from brson, brson
at kmcallister@4fd5318

@bors
Copy link
Contributor

@bors bors commented on 4fd5318 Aug 13, 2013

Choose a reason for hiding this comment

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

merging kmcallister/rust/stack_segment = 4fd5318 into auto

@bors
Copy link
Contributor

@bors bors commented on 4fd5318 Aug 13, 2013

Choose a reason for hiding this comment

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

kmcallister/rust/stack_segment = 4fd5318 merged ok, testing candidate = 9f37932

@bors
Copy link
Contributor

@bors bors commented on 4fd5318 Aug 13, 2013

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 4fd5318 Aug 13, 2013

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 = 9f37932

Please sign in to comment.