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

Import lookup #196

Closed
wants to merge 2 commits into from
Closed

Import lookup #196

wants to merge 2 commits into from

Conversation

espindola
Copy link

This includes the previous pull request. I can update this one once that is in or we can work on both changes at once if you prefer.

* If an import was unused we would never print any errors for it.
* We would keep the existing environment in scope when descending 'foo.bar'
  and would find 'bar' in the global environment if there was no 'bar' in
  'foo'.
@graydon
Copy link
Contributor

graydon commented Jan 11, 2011

Pushed, thanks. Comments from IRC captured and emailed.

kazcw pushed a commit to kazcw/rust that referenced this pull request Oct 23, 2018
This is more idiomatic for no-std-compatible crates where imports are
unconditionally rewritten to `core` and then only when necessary `std` is pulled
in explicitly.
dlrobertson pushed a commit to dlrobertson/rust that referenced this pull request Nov 29, 2018
Document "prevent unwinding into FFI"
rchaser53 pushed a commit to rchaser53/rust that referenced this pull request Jan 19, 2019
No copyright notices on new tests
djtech-dev pushed a commit to djtech-dev/rust that referenced this pull request Dec 9, 2021
matthiaskrgr pushed a commit to matthiaskrgr/rust that referenced this pull request Mar 7, 2023
carolynzech pushed a commit to celinval/rust-dev that referenced this pull request Dec 13, 2024
Towards model-checking#76

This pull request implements proof for contracts for `byte_offset_from`
verifying `dyn Trait` pointee types. Both const and mut versions are
included.
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants