2020-11-19 13:44:06 -05:00
|
|
|
error[E0277]: the trait bound `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-11-19 13:44:06 -05:00
|
|
|
| ^^^^^^^^^^^^ the trait `rusty_v8::scope::param::NewEscapableHandleScope<'_, '_>` is not implemented for `OwnedIsolate`
|
2020-06-03 01:38:34 -04:00
|
|
|
|
|
2020-11-19 13:44:06 -05:00
|
|
|
= note: required by `EscapableHandleScope::<'s, 'e>::new`
|
2020-06-03 01:38:34 -04:00
|
|
|
|
2020-11-19 13:44:06 -05:00
|
|
|
error[E0277]: the trait bound `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-11-19 13:44:06 -05:00
|
|
|
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `rusty_v8::scope::param::NewEscapableHandleScope<'_, '_>` is not implemented for `OwnedIsolate`
|