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 7cc7eac commit 8cb56ccCopy full SHA for 8cb56cc
tests/common/eq.rs
@@ -478,7 +478,7 @@ spanless_eq_struct!(Block; stmts id rules span tokens could_be_bare_literal);
478
spanless_eq_struct!(Closure; binder capture_clause constness coroutine_kind movability fn_decl body !fn_decl_span !fn_arg_span);
479
spanless_eq_struct!(ConstItem; defaultness generics ty expr);
480
spanless_eq_struct!(Crate; attrs items spans id is_placeholder);
481
-spanless_eq_struct!(Delegation; id qself path rename body);
+spanless_eq_struct!(Delegation; id qself path rename body from_glob);
482
spanless_eq_struct!(DelegationMac; qself prefix suffixes body);
483
spanless_eq_struct!(DelimArgs; dspan delim tokens);
484
spanless_eq_struct!(DelimSpacing; open close);
0 commit comments