-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Passing function items as lvals fails #166
Comments
This is a duplicate of Issue #90. |
Closing as dupe |
arielb1
pushed a commit
to arielb1/rust
that referenced
this issue
Apr 10, 2015
Clarify definition of "input positions" in lifetime elision RFC.
keeperofdakeys
pushed a commit
to keeperofdakeys/rust
that referenced
this issue
Dec 12, 2017
Define _SC_PAGE_SIZE constants
dlrobertson
pushed a commit
to dlrobertson/rust
that referenced
this issue
Nov 29, 2018
Document RFC 1440.
djtech-dev
pushed a commit
to djtech-dev/rust
that referenced
this issue
Dec 9, 2021
Yup, calling LLVMIsTailCall on a non-CallInst is UB.
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
Co-authored-by: Alexa VanHattum <avanhatt@amazon.com> Update version check and print expected version in warning message.
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Dec 6, 2024
…st-lang#166) Towards rust-lang#76 **Summary** * Adds contracts for <*const T>::add, sub and offset. * Adds proof for contracts for above methods, verifying following pointee types: * All integer types * Tuples (representing composite types) * Slices * Unit type
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Dec 6, 2024
…et` (rust-lang#203) **Summary** This PR synchronizes updates from PR rust-lang#166 and applies them to `mut` function contracts and proof for contracts.
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Top-level functions can't be passed as lvalues to functions. Instead they have to be assigned to a temporary first.
The text was updated successfully, but these errors were encountered: