mirror of
https://github.com/rustwasm/wasm-bindgen.git
synced 2025-01-07 05:31:37 +03: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…
Reference in New Issue
Block a user