mirror of
https://github.com/fluencelabs/wasm-bindgen
synced 2025-04-25 06:02:13 +00:00
parent
0acece0c95
commit
181b10be3f
@ -45,5 +45,5 @@ extern "C" {
|
||||
|
||||
let x: &Baz = ...;
|
||||
let y1: &Bar = x.as_ref();
|
||||
let y2: &Foo = x.as_ref();
|
||||
let y2: &Foo = y1.as_ref();
|
||||
```
|
||||
|
Loading…
x
Reference in New Issue
Block a user