Skip to content

Commit f3958b6

Browse files
committed
Auto merge of #3862 - rust-lang:rustup-2024-09-06, r=RalfJung
Automatic Rustup
2 parents 7b422fe + 738d331 commit f3958b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
e71f9529121ca8f687e4b725e3c9adc3f1ebab4d
1+
54fdef7799d9ff9470bb5cabd29fde9471a99eaa

tests/pass/dyn-arbitrary-self.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
//@revisions: stack tree
22
//@[tree]compile-flags: -Zmiri-tree-borrows
3-
#![feature(arbitrary_self_types, unsize, coerce_unsized, dispatch_from_dyn)]
3+
#![feature(arbitrary_self_types_pointers, unsize, coerce_unsized, dispatch_from_dyn)]
44
#![feature(rustc_attrs)]
55

66
fn pin_box_dyn() {

0 commit comments

Comments
 (0)