abort documenting on resolution errors

This commit is contained in:
QuietMisdreavus 2017-12-24 22:28:34 -06:00 committed by Manish Goregaokar
parent c3d0d5a4bb
commit 31ca2322a0

View File

@ -830,6 +830,8 @@ impl Clean<Attributes> for [ast::Attribute] {
attrs.links.push((link, path.def.def_id())); attrs.links.push((link, path.def.def_id()));
} }
} }
cx.sess().abort_if_errors();
} }
attrs attrs