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
// main.rs fn foo(():()) { } fn main() { foo(()); }
output:
$ rustc main.rs error: internal compiler error: node_id_to_type: no type for node `expr () (id=11)`
The text was updated successfully, but these errors were encountered:
This seems to be fixed now. Tagging needstest.
Sorry, something went wrong.
Tests for fixed issues.
9c322aa
Closes rust-lang#2074. Closes rust-lang#5008. Closes rust-lang#7519. Closes rust-lang#7673. Closes rust-lang#7770. Closes rust-lang#8171.
auto merge of #9225 : huonw/rust/closing-time, r=alexcrichton
9c1cc73
Closes #2074. Closes #5008. Closes #7519. Closes #7673. Closes #7770. Closes #8171.
07e821a
4f92f45
Auto merge of rust-lang#7519 - Jarcho:rustfmt_fix, r=giraffate
b6c2329
Workaround rust-lang/rustfmt#4477 - relative paths in `path` attribute See rust-lang/rustfmt#4477 changelog: None
Successfully merging a pull request may close this issue.
output:
The text was updated successfully, but these errors were encountered: