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

Bump rust to 1.46.0-nightly (a8cf39911 2020-06-21)

This fixes a rustfmt reporting bug when the code contains syntax errors.
This commit is contained in:
bors-servo 2020-06-23 14:38:02 -04:00 committed by GitHub
commit a2d735c965
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -512,7 +512,7 @@ where
}
fn unset_all_boxes(self) {
let mut data = self.layout_data_mut();
let data = self.layout_data_mut();
*data.self_box.borrow_mut() = None;
*data.pseudo_before_box.borrow_mut() = None;
*data.pseudo_after_box.borrow_mut() = None;

View file

@ -1 +1 @@
nightly-2020-05-15
nightly-2020-06-22