Skip to content

Remove ~str from miscellaneous libraries #14170

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 18 commits into from
May 15, 2014

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