File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ note: inside closure
14
14
|
15
15
LL | cell.set(Some(Box::leak(Box::new(123))));
16
16
| ^^^^^^^^^^^^^
17
- = note: inside `std::thread::LocalKey::<std::cell::Cell<std::option::Option<&i32>>>::try_with::<[ closure@$DIR/leak_in_lib_tls.rs:LL:CC] , ()>` at RUSTLIB/std/src/thread/local.rs:LL:CC
18
- = note: inside `std::thread::LocalKey::<std::cell::Cell<std::option::Option<&i32>>>::with::<[ closure@$DIR/leak_in_lib_tls.rs:LL:CC] , ()>` at RUSTLIB/std/src/thread/local.rs:LL:CC
17
+ = note: inside `std::thread::LocalKey::<std::cell::Cell<std::option::Option<&i32>>>::try_with::<{ closure@$DIR/leak_in_lib_tls.rs:LL:CC} , ()>` at RUSTLIB/std/src/thread/local.rs:LL:CC
18
+ = note: inside `std::thread::LocalKey::<std::cell::Cell<std::option::Option<&i32>>>::with::<{ closure@$DIR/leak_in_lib_tls.rs:LL:CC} , ()>` at RUSTLIB/std/src/thread/local.rs:LL:CC
19
19
note: inside closure
20
20
--> $DIR/leak_in_lib_tls.rs:LL:CC
21
21
|
You can’t perform that action at this time.
0 commit comments