]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/scrape_examples.rs
Rollup merge of #101693 - GuillaumeGomez:update-browser-ui-test-0-10, r=notriddle
[rust.git] / src / librustdoc / scrape_examples.rs
index 0d96840250332b5cb77c05c56334e2be8bdaa56a..ca86ac89e8583a7b16a3b52c4e34a7438c94901d 100644 (file)
@@ -159,7 +159,7 @@ fn visit_expr(&mut self, ex: &'tcx hir::Expr<'tcx>) {
                     return;
                 }
             }
-            hir::ExprKind::MethodCall(path, _, call_span) => {
+            hir::ExprKind::MethodCall(path, _, _, call_span) => {
                 let types = tcx.typeck(ex.hir_id.owner);
                 let Some(def_id) = types.type_dependent_def_id(ex.hir_id) else {
                     trace!("type_dependent_def_id({}) = None", ex.hir_id);