We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9e98ce commit 947b998Copy full SHA for 947b998
text/0000-fun-vs-fun-ptr.md
@@ -6,7 +6,7 @@
6
# Summary
7
8
It is likely that Rust will want to someday have a notion of an unboxed function type to be used
9
-with custom pointer types<sup>1</sup>. Ideally then today's function pointers would become `&'static`s of
+with custom pointer types.<sup>1</sup> Ideally then today's function pointers would become `&'static`s of
10
functions. But this is a breaking syntactic change, and unboxed functions can probably not be exposed
11
by 1.0. This RFC proposals making the needed breaking syntactic change now, so unboxed functions can
12
be added---and function pointers turned to borrowed pointers---all backwards compatibly in the
0 commit comments