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 cf06f4a commit d0b33a2Copy full SHA for d0b33a2
src/items/associated-items.md
@@ -294,7 +294,8 @@ An *associated constant definition* defines a constant associated with a
294
type. It is written the same as a [constant item].
295
296
Associated constant definitions undergo [constant evaluation] only when
297
-referenced.
+referenced. Further, definitions that include [generic parameters] are
298
+evaluated after monomorphization.
299
300
```rust
301
struct Struct;
0 commit comments