We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Default
1 parent 36641ce commit 55f7662Copy full SHA for 55f7662
src/test/run-pass-fulldeps/dropck_tarena_sound_drop.rs
@@ -46,6 +46,6 @@ impl<'a> HasId for &'a usize { fn count(&self) -> usize { 1 } }
46
fn f<'a, 'b>(_arena: &'a TypedArena<C<'b>>) {}
47
48
fn main() {
49
- let arena: TypedArena<C> = TypedArena::new();
+ let arena: TypedArena<C> = TypedArena::default();
50
f(&arena);
51
}
0 commit comments