Skip to content

Commit 4fd5318

Browse files
author
Keegan McAllister
committed
Make rt::stack public
Fixes #8478.
1 parent 2145de8 commit 4fd5318

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/rt/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ mod message_queue;
112112
mod sleeper_list;
113113

114114
/// Stack segments and caching.
115-
mod stack;
115+
pub mod stack;
116116

117117
/// CPU context swapping.
118118
mod context;

0 commit comments

Comments
 (0)