-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Implement bare functions #1022
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
brson
added a commit
to brson/rust
that referenced
this issue
Oct 11, 2011
Bare functions will be represented as 'fn#' until they're implemented. Then we'll switch it over to just 'fn'. Issue rust-lang#1022
brson
added a commit
to brson/rust
that referenced
this issue
Oct 11, 2011
brson
added a commit
to brson/rust
that referenced
this issue
Oct 11, 2011
brson
added a commit
to brson/rust
that referenced
this issue
Oct 11, 2011
brson
added a commit
to brson/rust
that referenced
this issue
Oct 11, 2011
brson
added a commit
to brson/rust
that referenced
this issue
Oct 11, 2011
brson
added a commit
to brson/rust
that referenced
this issue
Oct 11, 2011
It's pretty ugly still because there's some dissonance between the 1-word and 2-word function types Issue rust-lang#1022
brson
added a commit
to brson/rust
that referenced
this issue
Oct 11, 2011
brson
added a commit
to brson/rust
that referenced
this issue
Oct 11, 2011
brson
added a commit
that referenced
this issue
Oct 11, 2011
Bare functions will be represented as 'fn#' until they're implemented. Then we'll switch it over to just 'fn'. Issue #1022
brson
added a commit
that referenced
this issue
Oct 11, 2011
brson
added a commit
that referenced
this issue
Oct 11, 2011
brson
added a commit
that referenced
this issue
Oct 11, 2011
brson
added a commit
that referenced
this issue
Oct 11, 2011
brson
added a commit
that referenced
this issue
Oct 11, 2011
brson
added a commit
that referenced
this issue
Oct 11, 2011
brson
added a commit
that referenced
this issue
Oct 11, 2011
brson
added a commit
that referenced
this issue
Oct 11, 2011
brson
added a commit
that referenced
this issue
Oct 11, 2011
I was using 'R' and that was already used for records. Issue #1022
brson
added a commit
that referenced
this issue
Oct 11, 2011
bors
pushed a commit
to rust-lang-ci/rust
that referenced
this issue
Oct 26, 2020
Dump clif with --emit llvm-ir in release mode
celinval
pushed a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
* Add a test for `breakpoint` * Convert into an `expected` test * Update comment on test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Per https://github.com/graydon/rust/wiki/Function-types
The text was updated successfully, but these errors were encountered: