Merge branch origin/missing into origin/errors

This commit is contained in:
David Tolnay
2017-01-21 16:28:24 -08:00
4 changed files with 47 additions and 42 deletions
+1 -1
View File
@@ -968,7 +968,7 @@ fn expr_is_missing(attrs: &attr::Field) -> Tokens {
match attrs.deserialize_with() {
None => {
quote! {
try!(visitor.missing_field(#name))
try!(_serde::de::private::missing_field(#name))
}
}
Some(_) => {