Skip to content

Commit de000ba

Browse files
committed
1 parent 305a346 commit de000ba

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: rust-toolchain

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# NOTE: Keep in sync with nightly date on README
22
[toolchain]
3-
channel = "nightly-2021-12-20"
3+
channel = "nightly-2021-12-31"
44
components = ["llvm-tools-preview", "rustc-dev"]

Diff for: src/mismatch.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@ impl<'a, 'tcx> TypeRelation<'tcx> for MismatchRelation<'a, 'tcx> {
202202
self,
203203
a_mt,
204204
b_mt,
205-
ty::VarianceDiagMutKind::RawPtr,
205+
a,
206206
)?;
207207
None
208208
}

0 commit comments

Comments
 (0)