Skip to content

Commit

Permalink
Updated to nightly-2022-09-21, adding a match arm for `Projection…
Browse files Browse the repository at this point in the history
…Elem::OpaqueCast` similar to `ProjectionElem::{Subslice,Downcast}`.
  • Loading branch information
kkysen committed Feb 1, 2023
1 parent 76be307 commit 674d0e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions c2rust-analyze/src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -287,5 +287,6 @@ pub fn lty_project<'tcx, L: Debug>(
}
ProjectionElem::Subslice { .. } => todo!("type_of Subslice"),
ProjectionElem::Downcast(..) => todo!("type_of Downcast"),
ProjectionElem::OpaqueCast(..) => todo!("type_of OpaqueCast"),
}
}
2 changes: 1 addition & 1 deletion rust-toolchain.toml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
[toolchain]
channel = "nightly-2022-09-19"
channel = "nightly-2022-09-21"
components = ["rustfmt-preview", "rustc-dev", "rust-src", "miri"]

0 comments on commit 674d0e2

Please sign in to comment.