-
Notifications
You must be signed in to change notification settings - Fork 13.3k
generate dll file name based on target os. issue #4119 #4237
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
Conversation
We actually support string constants now (&static/str) so these don't need to be functions anymore. |
@graydon OK thanks I'll change the functions on how about |
For example, in let x: char = 42; This was an ICE and is now a proper type error, as per rust-lang#3477
Add description of arguments, and an example.
Improve documentation for each.
Emit a type error for integer literals where the expected type is char
@ILyoan I think yes. |
As far as I can tell, these docs were meant to refer to update_with_key.
doc: make small corrections to tutorial
Remove semicolons at the end of macro_rules! definitions that cause compile failure
Work towards fixing issue rust-lang#2914
rt: Remove dead code from schedule_task()
doc: Fix some typos in the tutorial and reference manual
…-len reset LinearMap.size when expanding buckets
Add some extra description for std::net
Oops~ |
generate dll file name base on the given target os, using core::os::consts which now contains constant values for all of the supported targets.