We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This doesn't typecheck:
fn f() -> int[] { ~[] }
This does:
fn f() -> int[] { ret ~[]; }
The text was updated successfully, but these errors were encountered:
Oh, the error is "error: cannot determine a type for this expression"
Sorry, something went wrong.
41a3888
Auto merge of rust-lang#680 - alexcrichton:c_long, r=alexcrichton
1049cf0
Restore SYS_* constants to the c_long type cc rust-lang/libc#672 (comment)
Fix constant instruction binop in forward mode (rust-lang#680)
2f01442
* Fix constant instruction binop in forward mode * Fix llvm7
brson
No branches or pull requests
This doesn't typecheck:
This does:
The text was updated successfully, but these errors were encountered: