Skip to content
This repository was archived by the owner on Apr 5, 2024. It is now read-only.

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

rust-toolchain

Lines changed: 1 addition & 1 deletion
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"]

src/mismatch.rs

Lines changed: 1 addition & 1 deletion
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)