Skip to content
This repository has been archived by the owner on Jan 25, 2022. It is now read-only.

Allow "unsafe" and "fn" in function arguments (fixes #73) #83

Merged
merged 1 commit into from
Oct 6, 2016

Conversation

TheEnigmaBlade
Copy link
Contributor

As an example, the following is valid Rust:

fn foo(a: unsafe fn(u32) -> u32) {}

As an example, the following is valid Rust:

fn foo(a: unsafe fn(u32) -> u32) {}
@zargony zargony added the bug label Sep 16, 2016
@zargony zargony merged commit 7245bdd into zargony:master Oct 6, 2016
zargony added a commit that referenced this pull request Oct 6, 2016
zargony added a commit that referenced this pull request Oct 6, 2016
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants