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 be796c3 commit 408962cCopy full SHA for 408962c
src/idiomatic/leveraging-the-type-system/extension-traits.md
@@ -19,10 +19,10 @@ You can use the **extension trait pattern** to work around this limitation.
19
20
<details>
21
22
-- Try to compile the example to show the compiler error that's emitted.
+- Compile the example to show the compiler error that's emitted.
23
24
- Point out, in particular, how the compiler error message nudges you towards
25
- the extension trait pattern.
+ Highlight how the compiler error message nudges you towards the extension
+ trait pattern.
26
27
- Explain how many type-system restrictions in Rust aim to prevent _ambiguity_.
28
0 commit comments