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 3dbf719 commit 7ad6da0Copy full SHA for 7ad6da0
tests/common/eq.rs
@@ -677,7 +677,7 @@ spanless_eq_enum!(PatKind; Missing Wild Ident(0 1 2) Struct(0 1 2 3)
677
spanless_eq_enum!(TyKind; Slice(0) Array(0 1) Ptr(0) Ref(0 1) PinnedRef(0 1)
678
FnPtr(0) UnsafeBinder(0) Never Tup(0) Path(0 1) TraitObject(0 1)
679
ImplTrait(0 1) Paren(0) Infer ImplicitSelf MacCall(0) CVarArgs Pat(0 1)
680
- Dummy Err(0));
+ FieldOf(0 1 2) Dummy Err(0));
681
682
impl SpanlessEq for Ident {
683
fn eq(&self, other: &Self) -> bool {
0 commit comments