-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Interior vector syntax should be [T] #564
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
Labels
A-frontend
Area: Compiler frontend (errors, parsing and HIR)
Comments
Fixed by erickt |
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 <[email protected]> Co-authored-by: tgymnich <[email protected]>
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.
tgross35
pushed a commit
to tgross35/rust
that referenced
this issue
Jun 3, 2025
Handle move of cpu_model.c
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Instead of
T[]
, we should use[T]
. This makes@int[]
unambiguous:[@int]
vs.@[int]
.The text was updated successfully, but these errors were encountered: