We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0319c0b commit 41a85c9Copy full SHA for 41a85c9
_posts/2024-08-01-given-priority-change-3.5.md
@@ -167,6 +167,13 @@ hierarchies of classes that provide `given` instances. By importing the
167
`given` instances from the object with the highest priority, you can
168
control which instance is selected by the compiler.
169
170
+**Note**: Due to the release cut-off, Scala 3.5.0 may still report a
171
+warning that the above pattern will be ambiguous in Scala
172
+3.6. However, this warning is incorrect. The issue has already been
173
+resolved, and the improvements will be included in an upcoming bugfix
174
+release.
175
+
176
177
### Outlook
178
179
We are considering adding `-rewrite` rules that automatically insert
0 commit comments