Skip to content

Commit d7272b4

Browse files
committed
rfc, tuple-struct-self-ctor: clarify meaning of (now).
1 parent 891e16a commit d7272b4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

text/0000-tuple-struct-self-ctor.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,8 @@ should work and will probably try at some point.
224224
# Reference-level explanation
225225
[reference-level-explanation]: #reference-level-explanation
226226

227-
Rust (now) allows usage of `Self(v0, v1, ..)` inside inherent and
227+
With this RFC implemented,
228+
rust allows usage of `Self(v0, v1, ..)` inside inherent and
228229
trait `impl`s of tuple structs, either when mentioning the tuple struct
229230
directly in the `impl` header, or via a type alias.
230231
This usage is permitted both in expression and pattern contexts.

0 commit comments

Comments
 (0)