Auto merge of #28549 - jdm:rustup2, r=jdm

Update to 7/17 nightly.
This commit is contained in:
bors-servo 2021-07-17 17:39:19 -04:00 committed by GitHub
commit e8cb9f56e3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 5 deletions

View file

@ -405,10 +405,7 @@ fn match_def_path(cx: &LateContext, def_id: DefId, path: &[Symbol]) -> bool {
fn in_derive_expn(span: Span) -> bool {
matches!(
span.ctxt().outer_expn_data().kind,
ExpnKind::Macro {
kind: MacroKind::Derive,
..
}
ExpnKind::Macro(MacroKind::Derive, ..)
)
}

View file

@ -1 +1 @@
nightly-2021-05-18
nightly-2021-07-17