Skip to content

Commit e973fb3

Browse files
committed
upgrade rust-toolchain to nightly-2022-10-25
1 parent 7184bcb commit e973fb3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dynamic_instrumentation/src/point/cast.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ pub fn cast_ptr_to_usize<'tcx>(
107107
source_info: SourceInfo::outermost(DUMMY_SP),
108108
kind: StatementKind::Assign(Box::new((
109109
casted_local.into(),
110-
Rvalue::Cast(CastKind::Misc, ptr, thin_raw_ptr_ty),
110+
Rvalue::Cast(CastKind::PtrToPtr, ptr, thin_raw_ptr_ty),
111111
))),
112112
};
113113
new_stmts.push(cast_stmt);
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
[toolchain]
2-
channel = "nightly-2022-08-25"
2+
channel = "nightly-2022-10-25"

rust-toolchain.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[toolchain]
2-
channel = "nightly-2022-09-25"
2+
channel = "nightly-2022-10-25"
33
components = ["rustfmt-preview", "rustc-dev", "rust-src", "miri"]

0 commit comments

Comments
 (0)