| commit | 067638ea15b8a13e2a3ede69a2c686c330581aee | [log] [tgz] |
|---|---|---|
| author | David Tolnay <dtolnay@gmail.com> | Wed Dec 30 16:18:05 2020 -0800 |
| committer | David Tolnay <dtolnay@gmail.com> | Wed Dec 30 16:50:05 2020 -0800 |
| tree | 2d01640bcc8024951bf13360a123224eaab1ef3a | |
| parent | 20d980be788a833dc7e374050a24a2a4b9aeda0a [diff] [blame] |
Store passthrough attributes for diagnostic lint levels
diff --git a/syntax/impls.rs b/syntax/impls.rs index 624a64d..4504fe6 100644 --- a/syntax/impls.rs +++ b/syntax/impls.rs
@@ -298,12 +298,14 @@ fn eq(&self, other: &Var) -> bool { let Var { doc: _, + attrs: _, visibility: _, ident, ty, } = self; let Var { doc: _, + attrs: _, visibility: _, ident: ident2, ty: ty2, @@ -316,6 +318,7 @@ fn hash<H: Hasher>(&self, state: &mut H) { let Var { doc: _, + attrs: _, visibility: _, ident, ty,