diff options
Diffstat (limited to 'src/libsyntax/ast.rs')
| -rw-r--r-- | src/libsyntax/ast.rs | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/libsyntax/ast.rs b/src/libsyntax/ast.rs index e7f892d77ce..d4c01746098 100644 --- a/src/libsyntax/ast.rs +++ b/src/libsyntax/ast.rs @@ -689,6 +689,7 @@ pub struct TypeMethod { pub explicit_self: ExplicitSelf, pub id: NodeId, pub span: Span, + pub vis: Visibility, } // A trait method is either required (meaning it doesn't have an | 
