-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Remove be
#2227
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
Not presently, but it's necessary to differentiate tail-call from non. So this is blocked on whether-we-keep-tailcalls. |
I'm suggesting we unblock it and just remove the keyword since the tail call decision seems like it's going to be pushed back forever. We could leave |
I agree with @brson . Bit-rotted code is not good. We can always reintroduce it later. |
ok |
make some rustdoc comments more readable
…-lang#2227) Refactor the name resolution code to take into consideration loops added by loops in globs. Since I had to do some refactoring, I also ensured we now the reason why the resolution failed and print it as part of the error. Co-authored-by: Adrian Palacios <73246657+adpaco-aws@users.noreply.github.com>
It's currently just a rarely tested synonym for
ret
. Regardless of whether we eventually decide to implement tail calls,be
is not doing anything for us today.Don't forget to remove it from the manual too.
The text was updated successfully, but these errors were encountered: