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
Trying to compile the file:
fn f() { auto v = vec(1); log v.some_field_name; //type error }
Results in the error message: 6:6:6:23: error: internal compiler error: unimplemented base type for expr_field in typeck.check_expr: vec[int]
The text was updated successfully, but these errors were encountered:
54566e9
Merge pull request rust-lang#367 from pnkfelix/fsk-revise-file-names-…
091e5fa
…and-dir-layout-for-issue-360 Revise file names and dir layout for issue 360
Auto merge of rust-lang#367 - knight42:lutimes, r=alexcrichton
53372b8
Add lutimes Add lutimes except for openbsd, solaris, android
Merge pull request rust-lang#367 from brson/global-allocator
c64a253
Mention the global_allocator trait
Merge pull request rust-lang#367 from rust-lang/simpler-swizzle-trait
f510c6b
Simplify Swizzle trait
No branches or pull requests
Trying to compile the file:
Results in the error message:
6:6:6:23: error: internal compiler error: unimplemented base type for expr_field in typeck.check_expr: vec[int]
The text was updated successfully, but these errors were encountered: