-
Notifications
You must be signed in to change notification settings - Fork 13.3k
constrained-type.rs fails to parse again #653
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
Comments
Ah... that's to be expected. Constrained types aren't working yet (as in, not even parsing). |
Fixed in bd4aeef -- typestate isn't working correctly for these, but it does parse now. |
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
Add read/write to Redox These functions are required for alloc_system now
marysaka
pushed a commit
to sunriseos/rust
that referenced
this issue
Oct 20, 2019
…ang#653) and set the correct datalayout string.
pdietl
pushed a commit
to pdietl/rust
that referenced
this issue
Apr 23, 2020
Fix warning in stable-check
ZuseZ4
added a commit
to EnzymeAD/rust
that referenced
this issue
Jan 10, 2023
13e8f32b0b4 Merge branch 'main' into enzyme-rust e1fe6adc4fc Updating subtree f530741 Update build_tarballs.jl e020a34 Add v14.0.2 to build_tarballs.jl 06a1674 Fix forward erasure (rust-lang#653) 58d27d5 Fix antialloca (rust-lang#651) 1e083a3 Fix reverse vector mode malloc (rust-lang#641) git-subtree-dir: src/tools/enzyme git-subtree-split: 13e8f32b0b451a0d95aadede32e9191eba66ac05
ZuseZ4
pushed a commit
to EnzymeAD/rust
that referenced
this issue
Mar 7, 2023
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Jun 30, 2023
…tri3 Adds new lint `arc_with_non_send_or_sync` Fixes rust-lang#653 Adds a new lint to check for uses of non-Send/Sync types within Arc. ``` changelog: [`arc_with_non_send_sync`]: Added a lint to detect uses of non-Send/Sync types within Arc. ```
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
* Inherit parent environment when running cargo build * Fixed formatting * Removed unnecessary passing of PATH environment since all environment variables are now inherited Co-authored-by: Adrian Palacios <73246657+adpaco-aws@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Comment in the test indicates that it's supposed to parse but not run. It doesn't parse. (Again. It was fixed once in #141.)
/Users/jruderman/code/rust/src/test/run-pass/constrained-type.rs:18:57:18:58: error: expecting ,, found .
The text was updated successfully, but these errors were encountered: