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 9ad9fa7Copy full SHA for 9ad9fa7
src/idiomatic/leveraging-the-type-system/extension-traits.md
@@ -19,9 +19,9 @@ 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
+ Highlight how the compiler error message nudges you towards
25
the extension trait pattern.
26
27
- Explain how many type-system restrictions in Rust aim to prevent _ambiguity_.
0 commit comments