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

Implement the Fn trait for bare fn pointers in the compiler #19449

Merged
merged 3 commits into from
Dec 4, 2014

Commits on Dec 4, 2014

  1. Implement the Fn trait for bare fn pointers in the compiler rather …

    …than doing it using hard-coded impls. This means that it works also for more complex fn types involving bound regions. Fixes rust-lang#19126.
    nikomatsakis committed Dec 4, 2014
    Configuration menu
    Copy the full SHA
    39221a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64bf5a8 View commit details
    Browse the repository at this point in the history
  3. 5 Configuration menu
    Copy the full SHA
    f2731ff View commit details
    Browse the repository at this point in the history