Skip to content

Commit 9968914

Browse files
committed
Update the alternative section for rust-lang#1268
This RFC was written at a time where the specialization RFC appeared to include the lattice rule. Since the RFC was accepted without it, this RFC implies that it is superseded by specialization, but it is not.
1 parent bf9fca6 commit 9968914

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

text/1268-allow-overlapping-impls-on-marker-traits.md

+4-3
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,10 @@ probably be considered an acceptable breakage.
112112

113113
# Alternatives
114114

115-
Once specialization lands, there does not appear to be a case that is impossible
116-
to write, albeit with some additional boilerplate, as you'll have to manually
117-
specify the empty impl for any overlap that might occur.
115+
If the lattice rule for specialization is eventually accepted, there does not
116+
appear to be a case that is impossible to write, albeit with some additional
117+
boilerplate, as you'll have to manually specify the empty impl for any overlap
118+
that might occur.
118119

119120
# Unresolved questions
120121

0 commit comments

Comments
 (0)