Auto merge of #28201 - servo:rustup, r=jdm

Upgrade to rustc 1.52.0-nightly (a8486b64b 2021-02-24)
This commit is contained in:
bors-servo 2021-02-25 18:40:03 -05:00 committed by GitHub
commit 5916911281
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
19 changed files with 279 additions and 224 deletions

View file

@ -467,7 +467,7 @@ impl<'a> Iterator for &'a TreeWalker {
// which cannot produce an Err result.
{
unreachable!()
},
}
}
}
}

View file

@ -4,6 +4,7 @@
#![feature(assoc_char_funcs)]
#![feature(const_fn)]
#![feature(const_fn_fn_ptr_basics)]
#![feature(core_intrinsics)]
#![feature(drain_filter)]
#![feature(plugin)]