Logo
Explore Help
Sign In
fluencelabs/wasm-bindgen
1
0
Fork 0
You've already forked wasm-bindgen
mirror of https://github.com/fluencelabs/wasm-bindgen synced 2025-05-08 12:02:17 +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

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
Powered by Gitea Version: 1.23.7 Page: 595ms Template: 5ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API