Skip to content

Commit f902541

Browse files
hvitvedCopilot
andcommitted
Rust: Document trait item canonical path change
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 5a15104d-a9a3-4506-8325-203af6db47f8
1 parent 2a7c932 commit f902541

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* Canonical paths for Rust trait items now use the format `crate::Trait::item` instead of
5+
`<_ as crate::Trait>::item`. Custom data extension models that reference trait items
6+
must be updated to use the new format.

0 commit comments

Comments
 (0)