]> git.lizzy.rs Git - rust.git/blobdiff - src/librustc_privacy/lib.rs
fmt
[rust.git] / src / librustc_privacy / lib.rs
index 411a5cad2ffcfa8b36a3eaf29a4af1e924d0de1e..8734cee366abf0f609d7ad3507be9ce75ead0edf 100644 (file)
@@ -1023,7 +1023,7 @@ fn check_field(
         span: Span,            // span of the field pattern, e.g., `x: 0`
         def: &'tcx ty::AdtDef, // definition of the struct or enum
         field: &'tcx ty::FieldDef,
-        in_update_syntax: bool
+        in_update_syntax: bool,
     ) {
         // definition of the field
         let ident = Ident::new(kw::Invalid, use_ctxt);