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 4cea50c commit cdfae73Copy full SHA for cdfae73
src/attributes/type_system.md
@@ -156,7 +156,7 @@ Because a tuple variant's constructor's [visibility] is reduced to be no greater
156
> // Cannot match a non-exhaustive unit-like or tuple struct except by using
157
> // braced struct syntax with a wildcard.
158
> // This would compile as `let Token { .. } = token;`
159
-> let Token = token;
+> let upstream::Token = token;
160
> // This would compile as `let Id { 0: id_number, .. } = id;`
161
> let Id(id_number) = id;
162
>
0 commit comments