Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Apr 15, 2022
1 parent 305a346 commit de000ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# NOTE: Keep in sync with nightly date on README
[toolchain]
channel = "nightly-2021-12-20"
channel = "nightly-2021-12-31"
components = ["llvm-tools-preview", "rustc-dev"]
2 changes: 1 addition & 1 deletion src/mismatch.rs
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ impl<'a, 'tcx> TypeRelation<'tcx> for MismatchRelation<'a, 'tcx> {
self,
a_mt,
b_mt,
ty::VarianceDiagMutKind::RawPtr,
a,
)?;
None
}
Expand Down

0 comments on commit de000ba

Please sign in to comment.