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

Reference language items are out of date #19759

Closed
mdinger opened this issue Dec 12, 2014 · 1 comment · Fixed by #21535
Closed

Reference language items are out of date #19759

mdinger opened this issue Dec 12, 2014 · 1 comment · Fixed by #21535

Comments

@mdinger
Copy link
Contributor

mdinger commented Dec 12, 2014

Reference language items are out of date. The items are listed here. Currently missing these:

slice
slice_mut
panic_bounds_check
panic_fmt
managed_bound
@Diggsey
Copy link
Contributor

Diggsey commented Jan 17, 2015

There are some other differences too.

  • Only present in the code:
opaque
non_zero
range
range_from
range_to
full_range
  • Only present in the reference:
strdup_uniq
begin_unwind
closure_exchange_malloc
fail_bounds_check
gc
malloc
free

(presumably panic_bounds_check used to be called fail_bounds_check)

steveklabnik added a commit to steveklabnik/rust that referenced this issue Jan 23, 2015
flaper87 added a commit to flaper87/rust that referenced this issue Jan 23, 2015
Fixes rust-lang#19759 

I'm not going to bother to do more than this, as it'll end up getting re-done as part of the reference work, but at least it's correct now.
flaper87 added a commit to flaper87/rust that referenced this issue Jan 24, 2015
Fixes rust-lang#19759 

I'm not going to bother to do more than this, as it'll end up getting re-done as part of the reference work, but at least it's correct now.
dlrobertson pushed a commit to dlrobertson/rust that referenced this issue Nov 29, 2018
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 a pull request may close this issue.

3 participants