Skip to content
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

Interior vector syntax should be [T] #564

Closed
pcwalton opened this issue Jun 23, 2011 · 1 comment
Closed

Interior vector syntax should be [T] #564

pcwalton opened this issue Jun 23, 2011 · 1 comment
Labels
A-frontend Area: Compiler frontend (errors, parsing and HIR)

Comments

@pcwalton
Copy link
Contributor

Instead of T[], we should use [T]. This makes @int[] unambiguous: [@int] vs. @[int].

@brson
Copy link
Contributor

brson commented Aug 11, 2011

Fixed by erickt

@brson brson closed this as completed Aug 11, 2011
keeperofdakeys pushed a commit to keeperofdakeys/rust that referenced this issue Dec 12, 2017
Make networking on Solaris/Illumos great again
kazcw pushed a commit to kazcw/rust that referenced this issue Oct 23, 2018
ZuseZ4 added a commit to EnzymeAD/rust that referenced this issue Mar 7, 2023
* add initial LLDEnzyme

* add License info

* adjust CMake package,

Co-authored-by: tgymnich <tgymnich@icloud.com>

Co-authored-by: tgymnich <tgymnich@icloud.com>
celinval added a commit to celinval/rust-dev that referenced this issue Jun 4, 2024
Add tests for rust-lang#564, rust-lang#208 and rust-lang#87.

Unfortunately, it looks like there are still issues with with how we are
encoding panic threads and dynamic objects which are causing two of the
test cases to fail.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-frontend Area: Compiler frontend (errors, parsing and HIR)
Projects
None yet
Development

No branches or pull requests

2 participants