2020-08-27 16:36:35 -04:00
|
|
|
error[E0277]: the trait bound `rusty_v8::OwnedIsolate: rusty_v8::scope::param::NewEscapableHandleScope<'_, '_>` is not satisfied
|
2020-06-03 01:38:34 -04:00
|
|
|
--> $DIR/handle_scope_escape_to_nowhere.rs:6:50
|
|
|
|
|
|
|
|
|
6 | let mut _scope = v8::EscapableHandleScope::new(&mut isolate);
|
2020-08-27 16:36:35 -04:00
|
|
|
| ^^^^^^^^^^^^ the trait `rusty_v8::scope::param::NewEscapableHandleScope<'_, '_>` is not implemented for `rusty_v8::OwnedIsolate`
|
2020-06-03 01:38:34 -04:00
|
|
|
|
|
2020-08-27 16:36:35 -04:00
|
|
|
= note: required by `rusty_v8::EscapableHandleScope::<'s, 'e>::new`
|
2020-06-03 01:38:34 -04:00
|
|
|
|
2020-08-27 16:36:35 -04:00
|
|
|
error[E0277]: the trait bound `rusty_v8::OwnedIsolate: rusty_v8::scope::param::NewEscapableHandleScope<'_, '_>` is not satisfied
|
2020-06-03 01:38:34 -04:00
|
|
|
--> $DIR/handle_scope_escape_to_nowhere.rs:6:20
|
|
|
|
|
|
|
|
|
6 | let mut _scope = v8::EscapableHandleScope::new(&mut isolate);
|
2020-08-27 16:36:35 -04:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rusty_v8::scope::param::NewEscapableHandleScope<'_, '_>` is not implemented for `rusty_v8::OwnedIsolate`
|