Skip to content

Conversation

pcwalton
Copy link
Contributor

r? @brson

@@ -228,7 +228,7 @@ pub struct Tm {

/// Abbreviated name for the time zone that was used to compute this broken-down time value.
/// For example, U.S. Pacific Daylight Time is "PDT".
pub tm_zone: ~str,
pub tm_zone: StrBuf,
Copy link
Member

Choose a reason for hiding this comment

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

This is segfaulting because src/rt/rust_builtin.c needs to have the rust_tm structure updated.

@pcwalton
Copy link
Contributor Author

r? @alexcrichton (reverted the problematic time bit)

@bors bors closed this May 15, 2014
@bors bors merged commit 351a564 into rust-lang:master May 15, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants