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