about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
authorGuillaume Gomez <guillaume1.gomez@gmail.com>2025-06-03 23:00:16 +0200
committerGuillaume Gomez <guillaume1.gomez@gmail.com>2025-06-23 16:02:34 +0200
commit78cbcaffeadcb85e4ea5d347010b13b5c698cbbd (patch)
tree0b5e1f2ec5d8ad76dfe780250a49ca7a9e218bb3 /src
parent987c2ffd55fdff2cc7945adaec6468202e2d2486 (diff)
downloadrust-78cbcaffeadcb85e4ea5d347010b13b5c698cbbd.tar.gz
rust-78cbcaffeadcb85e4ea5d347010b13b5c698cbbd.zip
Update tests to work with new DocFragment field and `redundant_explicit_links` new API
Diffstat (limited to 'src')
-rw-r--r--src/librustdoc/clean/types/tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/librustdoc/clean/types/tests.rs b/src/librustdoc/clean/types/tests.rs
index 7ff5026150b..9499507b2c0 100644
--- a/src/librustdoc/clean/types/tests.rs
+++ b/src/librustdoc/clean/types/tests.rs
@@ -10,6 +10,7 @@ fn create_doc_fragment(s: &str) -> Vec<DocFragment> {
         doc: Symbol::intern(s),
         kind: DocFragmentKind::SugaredDoc,
         indent: 0,
+        from_expansion: false,
     }]
 }