We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1a928f4 commit c415683Copy full SHA for c415683
src/libstd/sys/common/stack.rs
@@ -293,7 +293,7 @@ pub unsafe fn get_sp_limit() -> usize {
293
// powerpc - FIXME(POWERPC): missing...
294
// arm-ios - no segmented stacks.
295
// openbsd/bitrig/netbsd - no segmented stacks.
296
- // x86-freebsd - no segmented stacks.
+ // x86-freebsd - no segmented stacks..
297
//
298
// This function might be called by runtime though
299
// so it is unsafe to unreachable, let's return a fixed constant.
0 commit comments