This commit is contained in:
Niko Matsakis 2017-04-12 05:42:02 -04:00
parent a4d7c1fec3
commit 2e327a668e
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ pub fn check_crate<'a, 'tcx>(tcx: TyCtxt<'a, 'tcx, 'tcx>) {
pub fn provide(providers: &mut Providers) {
*providers = Providers {
borrowck: borrowck,
borrowck,
..*providers
};
}