This website requires JavaScript.
Explore
Help
Sign In
fluencelabs
/
wasm-bindgen
Watch
1
Star
0
Fork
0
You've already forked wasm-bindgen
mirror of
https://github.com/fluencelabs/wasm-bindgen
synced
2025-03-31 01:11:06 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
wasm-bindgen
/
crates
/
macro
/
ui-tests
/
pub-not-copy.rs
9 lines
101 B
Rust
Raw
Normal View
History
Unescape
Escape
Improve error message for non-copy struct fields Make sure the error message points to the type in question instead of to the `#[wasm_bindgen]` macro which can be overly confusing!
2019-04-08 07:35:14 -07:00
use
wasm_bindgen
::
prelude
::
*
;
#[
wasm_bindgen
]
pub
struct
A
{
pub
field
:
String
,
}
Migrate to `trybuild` from `compiletest` This migrates our UI tests to the recently published `trybuild` crate which should hopefully be a bit more robust than `compiletest` over time!
2019-05-15 14:46:03 -07:00
fn
main
(
)
{
}
Reference in New Issue
Copy Permalink