Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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
System locale #5081
System locale #5081
Changes from 1 commit
1c7b634
f6b96a9
df361b8
a3d8154
bb95d79
ee23fd2
1b1b514
9b3d8e5
0adf4b9
fe54b79
d7ca69e
1c10d33
c243451
0aa332e
e96b2d3
f7212b5
aba5c24
72c0404
6dc1973
7cc7c65
4c594be
514f4a0
6fd9d43
3534091
62fe2c5
efd5263
f59808e
ad1a293
68c8775
e072f7f
1a786f9
d73f432
489c6e6
52a6bc9
87dcefc
00efc98
3f41cd9
6be1eae
de9e217
daa9ddb
f1c9367
c3f5da0
b5d5a38
8a4eea4
c31695f
66eacc6
60c4c58
a3d7393
d348fc4
3a07b75
8ace9df
8b71b4d
bc2987a
af6c742
ae87b00
835cf07
439de02
fdf3b45
c86f7b4
a1fe396
668245f
e0451f9
a40e2c5
549b9a5
b45216f
52a491a
6865a0b
fdbd74f
f51575c
5586b47
f4bd006
1e3a9fb
82aaf5a
5d4482b
feed347
edc9855
d9f65d7
de77db0
8f3a6c0
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cstr::from_ptr
has more safety invariants than the pointer being non-null: https://doc.rust-lang.org/std/ffi/struct.CStr.html#method.from_ptr. I at least want to see the null-termination mentioned.