Skip to content

Commit 9d34dc0

Browse files
committed
Clarify which method we're selecting
Thanks to fbstj for pointing out this potential ambiguity.
1 parent dc3e2fd commit 9d34dc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

text/3624-supertrait-item-shadowing-v2.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Summary
77
[summary]: #summary
88

9-
When method selection encounters an ambiguity between two trait methods when both traits are in scope, if one trait is a subtrait of the other then select that method instead of reporting an ambiguity error.
9+
When method selection encounters an ambiguity between two trait methods when both traits are in scope, if one trait is a subtrait of the other then select the method from the subtrait instead of reporting an ambiguity error.
1010

1111
# Motivation
1212
[motivation]: #motivation

0 commit comments

Comments
 (0)