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