Skip to content

Commit 0ded868

Browse files
committed
remove mention of rustc_const_stable
1 parent e1a1bb3 commit 0ded868

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

text/0000-edition-based-method-disambiguation.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -109,9 +109,8 @@ In the example above this would replace the ambiguous code with
109109
# Reference-level explanation
110110
[reference-level-explanation]: #reference-level-explanation
111111

112-
This feature will be implemented by modifying the `rustc_stable` and
113-
`rustc_const_stable` attributes to support an additional optional `edition`
114-
field.
112+
This feature will be implemented by modifying the `rustc_stable` attribute to
113+
support an additional optional `edition` field.
115114

116115
During method resolution, when we detect an ambiguity we should then check if
117116
one of the methods in question is a standard libary method with an `edition`

0 commit comments

Comments
 (0)