Vendor things
This commit is contained in:
parent
5deceec006
commit
977e3c17e5
19434 changed files with 10682014 additions and 0 deletions
1
third-party/vendor/wasm-bindgen-macro/.cargo-checksum.json
vendored
Normal file
1
third-party/vendor/wasm-bindgen-macro/.cargo-checksum.json
vendored
Normal file
File diff suppressed because one or more lines are too long
53
third-party/vendor/wasm-bindgen-macro/Cargo.toml
vendored
Normal file
53
third-party/vendor/wasm-bindgen-macro/Cargo.toml
vendored
Normal file
|
|
@ -0,0 +1,53 @@
|
|||
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
|
||||
#
|
||||
# When uploading crates to the registry Cargo will automatically
|
||||
# "normalize" Cargo.toml files for maximal compatibility
|
||||
# with all versions of Cargo and also rewrite `path` dependencies
|
||||
# to registry (e.g., crates.io) dependencies.
|
||||
#
|
||||
# If you are reading this file be aware that the original Cargo.toml
|
||||
# will likely look very different (and much more reasonable).
|
||||
# See Cargo.toml.orig for the original contents.
|
||||
|
||||
[package]
|
||||
edition = "2018"
|
||||
rust-version = "1.57"
|
||||
name = "wasm-bindgen-macro"
|
||||
version = "0.2.92"
|
||||
authors = ["The wasm-bindgen Developers"]
|
||||
description = """
|
||||
Definition of the `#[wasm_bindgen]` attribute, an internal dependency
|
||||
"""
|
||||
homepage = "https://rustwasm.github.io/wasm-bindgen/"
|
||||
documentation = "https://docs.rs/wasm-bindgen"
|
||||
readme = "README.md"
|
||||
license = "MIT OR Apache-2.0"
|
||||
repository = "https://github.com/rustwasm/wasm-bindgen/tree/master/crates/macro"
|
||||
resolver = "2"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies.quote]
|
||||
version = "1.0"
|
||||
|
||||
[dependencies.wasm-bindgen-macro-support]
|
||||
version = "=0.2.92"
|
||||
|
||||
[dev-dependencies.trybuild]
|
||||
version = "1.0"
|
||||
|
||||
[dev-dependencies.wasm-bindgen]
|
||||
version = "0.2.92"
|
||||
|
||||
[dev-dependencies.wasm-bindgen-futures]
|
||||
version = "0.4.42"
|
||||
|
||||
[dev-dependencies.web-sys]
|
||||
version = "0.3.69"
|
||||
features = ["Worker"]
|
||||
|
||||
[features]
|
||||
spans = ["wasm-bindgen-macro-support/spans"]
|
||||
strict-macro = ["wasm-bindgen-macro-support/strict-macro"]
|
||||
xxx_debug_only_print_generated_code = []
|
||||
201
third-party/vendor/wasm-bindgen-macro/LICENSE-APACHE
vendored
Normal file
201
third-party/vendor/wasm-bindgen-macro/LICENSE-APACHE
vendored
Normal file
|
|
@ -0,0 +1,201 @@
|
|||
Apache License
|
||||
Version 2.0, January 2004
|
||||
http://www.apache.org/licenses/
|
||||
|
||||
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||
|
||||
1. Definitions.
|
||||
|
||||
"License" shall mean the terms and conditions for use, reproduction,
|
||||
and distribution as defined by Sections 1 through 9 of this document.
|
||||
|
||||
"Licensor" shall mean the copyright owner or entity authorized by
|
||||
the copyright owner that is granting the License.
|
||||
|
||||
"Legal Entity" shall mean the union of the acting entity and all
|
||||
other entities that control, are controlled by, or are under common
|
||||
control with that entity. For the purposes of this definition,
|
||||
"control" means (i) the power, direct or indirect, to cause the
|
||||
direction or management of such entity, whether by contract or
|
||||
otherwise, or (ii) ownership of fifty percent (50%) or more of the
|
||||
outstanding shares, or (iii) beneficial ownership of such entity.
|
||||
|
||||
"You" (or "Your") shall mean an individual or Legal Entity
|
||||
exercising permissions granted by this License.
|
||||
|
||||
"Source" form shall mean the preferred form for making modifications,
|
||||
including but not limited to software source code, documentation
|
||||
source, and configuration files.
|
||||
|
||||
"Object" form shall mean any form resulting from mechanical
|
||||
transformation or translation of a Source form, including but
|
||||
not limited to compiled object code, generated documentation,
|
||||
and conversions to other media types.
|
||||
|
||||
"Work" shall mean the work of authorship, whether in Source or
|
||||
Object form, made available under the License, as indicated by a
|
||||
copyright notice that is included in or attached to the work
|
||||
(an example is provided in the Appendix below).
|
||||
|
||||
"Derivative Works" shall mean any work, whether in Source or Object
|
||||
form, that is based on (or derived from) the Work and for which the
|
||||
editorial revisions, annotations, elaborations, or other modifications
|
||||
represent, as a whole, an original work of authorship. For the purposes
|
||||
of this License, Derivative Works shall not include works that remain
|
||||
separable from, or merely link (or bind by name) to the interfaces of,
|
||||
the Work and Derivative Works thereof.
|
||||
|
||||
"Contribution" shall mean any work of authorship, including
|
||||
the original version of the Work and any modifications or additions
|
||||
to that Work or Derivative Works thereof, that is intentionally
|
||||
submitted to Licensor for inclusion in the Work by the copyright owner
|
||||
or by an individual or Legal Entity authorized to submit on behalf of
|
||||
the copyright owner. For the purposes of this definition, "submitted"
|
||||
means any form of electronic, verbal, or written communication sent
|
||||
to the Licensor or its representatives, including but not limited to
|
||||
communication on electronic mailing lists, source code control systems,
|
||||
and issue tracking systems that are managed by, or on behalf of, the
|
||||
Licensor for the purpose of discussing and improving the Work, but
|
||||
excluding communication that is conspicuously marked or otherwise
|
||||
designated in writing by the copyright owner as "Not a Contribution."
|
||||
|
||||
"Contributor" shall mean Licensor and any individual or Legal Entity
|
||||
on behalf of whom a Contribution has been received by Licensor and
|
||||
subsequently incorporated within the Work.
|
||||
|
||||
2. Grant of Copyright License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
copyright license to reproduce, prepare Derivative Works of,
|
||||
publicly display, publicly perform, sublicense, and distribute the
|
||||
Work and such Derivative Works in Source or Object form.
|
||||
|
||||
3. Grant of Patent License. Subject to the terms and conditions of
|
||||
this License, each Contributor hereby grants to You a perpetual,
|
||||
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
|
||||
(except as stated in this section) patent license to make, have made,
|
||||
use, offer to sell, sell, import, and otherwise transfer the Work,
|
||||
where such license applies only to those patent claims licensable
|
||||
by such Contributor that are necessarily infringed by their
|
||||
Contribution(s) alone or by combination of their Contribution(s)
|
||||
with the Work to which such Contribution(s) was submitted. If You
|
||||
institute patent litigation against any entity (including a
|
||||
cross-claim or counterclaim in a lawsuit) alleging that the Work
|
||||
or a Contribution incorporated within the Work constitutes direct
|
||||
or contributory patent infringement, then any patent licenses
|
||||
granted to You under this License for that Work shall terminate
|
||||
as of the date such litigation is filed.
|
||||
|
||||
4. Redistribution. You may reproduce and distribute copies of the
|
||||
Work or Derivative Works thereof in any medium, with or without
|
||||
modifications, and in Source or Object form, provided that You
|
||||
meet the following conditions:
|
||||
|
||||
(a) You must give any other recipients of the Work or
|
||||
Derivative Works a copy of this License; and
|
||||
|
||||
(b) You must cause any modified files to carry prominent notices
|
||||
stating that You changed the files; and
|
||||
|
||||
(c) You must retain, in the Source form of any Derivative Works
|
||||
that You distribute, all copyright, patent, trademark, and
|
||||
attribution notices from the Source form of the Work,
|
||||
excluding those notices that do not pertain to any part of
|
||||
the Derivative Works; and
|
||||
|
||||
(d) If the Work includes a "NOTICE" text file as part of its
|
||||
distribution, then any Derivative Works that You distribute must
|
||||
include a readable copy of the attribution notices contained
|
||||
within such NOTICE file, excluding those notices that do not
|
||||
pertain to any part of the Derivative Works, in at least one
|
||||
of the following places: within a NOTICE text file distributed
|
||||
as part of the Derivative Works; within the Source form or
|
||||
documentation, if provided along with the Derivative Works; or,
|
||||
within a display generated by the Derivative Works, if and
|
||||
wherever such third-party notices normally appear. The contents
|
||||
of the NOTICE file are for informational purposes only and
|
||||
do not modify the License. You may add Your own attribution
|
||||
notices within Derivative Works that You distribute, alongside
|
||||
or as an addendum to the NOTICE text from the Work, provided
|
||||
that such additional attribution notices cannot be construed
|
||||
as modifying the License.
|
||||
|
||||
You may add Your own copyright statement to Your modifications and
|
||||
may provide additional or different license terms and conditions
|
||||
for use, reproduction, or distribution of Your modifications, or
|
||||
for any such Derivative Works as a whole, provided Your use,
|
||||
reproduction, and distribution of the Work otherwise complies with
|
||||
the conditions stated in this License.
|
||||
|
||||
5. Submission of Contributions. Unless You explicitly state otherwise,
|
||||
any Contribution intentionally submitted for inclusion in the Work
|
||||
by You to the Licensor shall be under the terms and conditions of
|
||||
this License, without any additional terms or conditions.
|
||||
Notwithstanding the above, nothing herein shall supersede or modify
|
||||
the terms of any separate license agreement you may have executed
|
||||
with Licensor regarding such Contributions.
|
||||
|
||||
6. Trademarks. This License does not grant permission to use the trade
|
||||
names, trademarks, service marks, or product names of the Licensor,
|
||||
except as required for reasonable and customary use in describing the
|
||||
origin of the Work and reproducing the content of the NOTICE file.
|
||||
|
||||
7. Disclaimer of Warranty. Unless required by applicable law or
|
||||
agreed to in writing, Licensor provides the Work (and each
|
||||
Contributor provides its Contributions) on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
|
||||
implied, including, without limitation, any warranties or conditions
|
||||
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
|
||||
PARTICULAR PURPOSE. You are solely responsible for determining the
|
||||
appropriateness of using or redistributing the Work and assume any
|
||||
risks associated with Your exercise of permissions under this License.
|
||||
|
||||
8. Limitation of Liability. In no event and under no legal theory,
|
||||
whether in tort (including negligence), contract, or otherwise,
|
||||
unless required by applicable law (such as deliberate and grossly
|
||||
negligent acts) or agreed to in writing, shall any Contributor be
|
||||
liable to You for damages, including any direct, indirect, special,
|
||||
incidental, or consequential damages of any character arising as a
|
||||
result of this License or out of the use or inability to use the
|
||||
Work (including but not limited to damages for loss of goodwill,
|
||||
work stoppage, computer failure or malfunction, or any and all
|
||||
other commercial damages or losses), even if such Contributor
|
||||
has been advised of the possibility of such damages.
|
||||
|
||||
9. Accepting Warranty or Additional Liability. While redistributing
|
||||
the Work or Derivative Works thereof, You may choose to offer,
|
||||
and charge a fee for, acceptance of support, warranty, indemnity,
|
||||
or other liability obligations and/or rights consistent with this
|
||||
License. However, in accepting such obligations, You may act only
|
||||
on Your own behalf and on Your sole responsibility, not on behalf
|
||||
of any other Contributor, and only if You agree to indemnify,
|
||||
defend, and hold each Contributor harmless for any liability
|
||||
incurred by, or claims asserted against, such Contributor by reason
|
||||
of your accepting any such warranty or additional liability.
|
||||
|
||||
END OF TERMS AND CONDITIONS
|
||||
|
||||
APPENDIX: How to apply the Apache License to your work.
|
||||
|
||||
To apply the Apache License to your work, attach the following
|
||||
boilerplate notice, with the fields enclosed by brackets "[]"
|
||||
replaced with your own identifying information. (Don't include
|
||||
the brackets!) The text should be enclosed in the appropriate
|
||||
comment syntax for the file format. We also recommend that a
|
||||
file or class name and description of purpose be included on the
|
||||
same "printed page" as the copyright notice for easier
|
||||
identification within third-party archives.
|
||||
|
||||
Copyright [yyyy] [name of copyright owner]
|
||||
|
||||
Licensed under the Apache License, Version 2.0 (the "License");
|
||||
you may not use this file except in compliance with the License.
|
||||
You may obtain a copy of the License at
|
||||
|
||||
http://www.apache.org/licenses/LICENSE-2.0
|
||||
|
||||
Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
25
third-party/vendor/wasm-bindgen-macro/LICENSE-MIT
vendored
Normal file
25
third-party/vendor/wasm-bindgen-macro/LICENSE-MIT
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
Copyright (c) 2014 Alex Crichton
|
||||
|
||||
Permission is hereby granted, free of charge, to any
|
||||
person obtaining a copy of this software and associated
|
||||
documentation files (the "Software"), to deal in the
|
||||
Software without restriction, including without
|
||||
limitation the rights to use, copy, modify, merge,
|
||||
publish, distribute, sublicense, and/or sell copies of
|
||||
the Software, and to permit persons to whom the Software
|
||||
is furnished to do so, subject to the following
|
||||
conditions:
|
||||
|
||||
The above copyright notice and this permission notice
|
||||
shall be included in all copies or substantial portions
|
||||
of the Software.
|
||||
|
||||
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF
|
||||
ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED
|
||||
TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A
|
||||
PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
|
||||
SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY
|
||||
CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
||||
OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR
|
||||
IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
|
||||
DEALINGS IN THE SOFTWARE.
|
||||
28
third-party/vendor/wasm-bindgen-macro/README.md
vendored
Normal file
28
third-party/vendor/wasm-bindgen-macro/README.md
vendored
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
# `wasm-bindgen-macro`
|
||||
|
||||
Implementation of the `#[wasm_bindgen]` attribute. See the `wasm-bindgen`
|
||||
documentation for more information about what this macro does.
|
||||
|
||||
## Testing
|
||||
|
||||
Testing of this macro is done through "ui tests" in the `ui-tests` subdirectory
|
||||
of this crate. Each Rust file in this folder is compiled with the `wasm_bindgen`
|
||||
crate, and the `*.stderr` file sitting next to it is the asserted output of the
|
||||
compiler. If the output matches, the test passes, and if the output doesn't
|
||||
match the test fails. Note that it is also considered a failure if a test
|
||||
actually compiles successfully.
|
||||
|
||||
To add a test:
|
||||
|
||||
* Create `ui-tests/my-awesome-test.rs`
|
||||
* Write an invalid `#[wasm_bindgen]` invocation, testing the error you're
|
||||
generating
|
||||
* Execute `cargo test -p ui-tests`, the test will fail
|
||||
* From within the `ui-tests` folder, execute `./update-all-references.sh`. This
|
||||
should create a `my-awesome-test.stderr` file.
|
||||
* Inspect `my-awesome-test.stderr` to make sure it looks ok
|
||||
* Rerun `cargo test -p ui-tests` and your tests should pass!
|
||||
|
||||
Testing here is a work in progress, see
|
||||
[#601](https://github.com/rustwasm/wasm-bindgen/issues/601) for more
|
||||
information.
|
||||
61
third-party/vendor/wasm-bindgen-macro/src/lib.rs
vendored
Normal file
61
third-party/vendor/wasm-bindgen-macro/src/lib.rs
vendored
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
#![doc(html_root_url = "https://docs.rs/wasm-bindgen-macro/0.2")]
|
||||
|
||||
extern crate proc_macro;
|
||||
|
||||
use proc_macro::TokenStream;
|
||||
use quote::quote;
|
||||
|
||||
#[proc_macro_attribute]
|
||||
pub fn wasm_bindgen(attr: TokenStream, input: TokenStream) -> TokenStream {
|
||||
match wasm_bindgen_macro_support::expand(attr.into(), input.into()) {
|
||||
Ok(tokens) => {
|
||||
if cfg!(feature = "xxx_debug_only_print_generated_code") {
|
||||
println!("{}", tokens);
|
||||
}
|
||||
tokens.into()
|
||||
}
|
||||
Err(diagnostic) => (quote! { #diagnostic }).into(),
|
||||
}
|
||||
}
|
||||
|
||||
/// This macro takes a JS module as input and returns a URL that can be used to
|
||||
/// access it at runtime.
|
||||
///
|
||||
/// The module can be specified in a few ways:
|
||||
/// - You can use `inline_js = "..."` to create an inline JS file.
|
||||
/// - You can use `module = "/foo/bar"` to reference a file relative to the
|
||||
/// root of the crate the macro is invoked in.
|
||||
///
|
||||
/// The returned URL can be used for things like creating workers/worklets:
|
||||
/// ```no_run
|
||||
/// use web_sys::Worker;
|
||||
/// let worker = Worker::new(&wasm_bindgen::link_to!(module = "/src/worker.js"));
|
||||
/// ```
|
||||
#[proc_macro]
|
||||
pub fn link_to(input: TokenStream) -> TokenStream {
|
||||
match wasm_bindgen_macro_support::expand_link_to(input.into()) {
|
||||
Ok(tokens) => {
|
||||
if cfg!(feature = "xxx_debug_only_print_generated_code") {
|
||||
println!("{}", tokens);
|
||||
}
|
||||
tokens.into()
|
||||
}
|
||||
// This `String::clone` is here so that IDEs know this is supposed to be a
|
||||
// `String` and can keep type-checking the rest of the program even if the macro
|
||||
// fails.
|
||||
Err(diagnostic) => (quote! { String::clone(#diagnostic) }).into(),
|
||||
}
|
||||
}
|
||||
|
||||
#[proc_macro_attribute]
|
||||
pub fn __wasm_bindgen_class_marker(attr: TokenStream, input: TokenStream) -> TokenStream {
|
||||
match wasm_bindgen_macro_support::expand_class_marker(attr.into(), input.into()) {
|
||||
Ok(tokens) => {
|
||||
if cfg!(feature = "xxx_debug_only_print_generated_code") {
|
||||
println!("{}", tokens);
|
||||
}
|
||||
tokens.into()
|
||||
}
|
||||
Err(diagnostic) => (quote! { #diagnostic }).into(),
|
||||
}
|
||||
}
|
||||
1
third-party/vendor/wasm-bindgen-macro/src/worker.js
vendored
Normal file
1
third-party/vendor/wasm-bindgen-macro/src/worker.js
vendored
Normal file
|
|
@ -0,0 +1 @@
|
|||
// This file is needed for the doctest of `crate::link_to`.
|
||||
5
third-party/vendor/wasm-bindgen-macro/tests/ui.rs
vendored
Normal file
5
third-party/vendor/wasm-bindgen-macro/tests/ui.rs
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#[test]
|
||||
fn ui() {
|
||||
let t = trybuild::TestCases::new();
|
||||
t.compile_fail("ui-tests/*.rs");
|
||||
}
|
||||
40
third-party/vendor/wasm-bindgen-macro/ui-tests/async-errors.rs
vendored
Normal file
40
third-party/vendor/wasm-bindgen-macro/ui-tests/async-errors.rs
vendored
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
#![allow(unreachable_code)]
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen]
|
||||
pub struct MyType;
|
||||
|
||||
#[wasm_bindgen]
|
||||
pub async fn good1() { loop {} }
|
||||
#[wasm_bindgen]
|
||||
pub async fn good2() -> JsValue { loop {} }
|
||||
#[wasm_bindgen]
|
||||
pub async fn good3() -> u32 { loop {} }
|
||||
#[wasm_bindgen]
|
||||
pub async fn good4() -> MyType { loop {} }
|
||||
#[wasm_bindgen]
|
||||
pub async fn good5() -> Result<(), JsValue> { loop {} }
|
||||
#[wasm_bindgen]
|
||||
pub async fn good6() -> Result<JsValue, JsValue> { loop {} }
|
||||
#[wasm_bindgen]
|
||||
pub async fn good7() -> Result<u32, JsValue> { loop {} }
|
||||
#[wasm_bindgen]
|
||||
pub async fn good8() -> Result<MyType, JsValue> { loop {} }
|
||||
#[wasm_bindgen]
|
||||
pub async fn good9() -> Result<MyType, u32> { loop {} }
|
||||
#[wasm_bindgen]
|
||||
pub async fn good10() -> Result<MyType, MyType> { loop {} }
|
||||
|
||||
pub struct BadType;
|
||||
|
||||
#[wasm_bindgen]
|
||||
pub async fn bad1() -> Result<(), ()> { loop {} }
|
||||
#[wasm_bindgen]
|
||||
pub async fn bad2() -> Result<(), BadType> { loop {} }
|
||||
#[wasm_bindgen]
|
||||
pub async fn bad3() -> BadType { loop {} }
|
||||
#[wasm_bindgen]
|
||||
pub async fn bad4() -> Result<BadType, JsValue> { loop {} }
|
||||
|
||||
|
||||
fn main() {}
|
||||
48
third-party/vendor/wasm-bindgen-macro/ui-tests/async-errors.stderr
vendored
Normal file
48
third-party/vendor/wasm-bindgen-macro/ui-tests/async-errors.stderr
vendored
Normal file
|
|
@ -0,0 +1,48 @@
|
|||
error[E0277]: the trait bound `Result<(), ()>: IntoJsResult` is not satisfied
|
||||
--> ui-tests/async-errors.rs:31:24
|
||||
|
|
||||
31 | pub async fn bad1() -> Result<(), ()> { loop {} }
|
||||
| ^^^^^^^^^^^^^^ the trait `IntoJsResult` is not implemented for `Result<(), ()>`
|
||||
|
|
||||
= help: the following other types implement trait `IntoJsResult`:
|
||||
Result<(), E>
|
||||
Result<T, E>
|
||||
|
||||
error[E0277]: the trait bound `Result<(), BadType>: IntoJsResult` is not satisfied
|
||||
--> ui-tests/async-errors.rs:33:24
|
||||
|
|
||||
33 | pub async fn bad2() -> Result<(), BadType> { loop {} }
|
||||
| ^^^^^^^^^^^^^^^^^^^ the trait `IntoJsResult` is not implemented for `Result<(), BadType>`
|
||||
|
|
||||
= help: the following other types implement trait `IntoJsResult`:
|
||||
Result<(), E>
|
||||
Result<T, E>
|
||||
|
||||
error[E0277]: the trait bound `wasm_bindgen::JsValue: From<BadType>` is not satisfied
|
||||
--> ui-tests/async-errors.rs:35:24
|
||||
|
|
||||
35 | pub async fn bad3() -> BadType { loop {} }
|
||||
| ^^^^^^^ the trait `From<BadType>` is not implemented for `wasm_bindgen::JsValue`
|
||||
|
|
||||
= help: the following other types implement trait `From<T>`:
|
||||
<wasm_bindgen::JsValue as From<bool>>
|
||||
<wasm_bindgen::JsValue as From<isize>>
|
||||
<wasm_bindgen::JsValue as From<i8>>
|
||||
<wasm_bindgen::JsValue as From<i16>>
|
||||
<wasm_bindgen::JsValue as From<i32>>
|
||||
<wasm_bindgen::JsValue as From<i64>>
|
||||
<wasm_bindgen::JsValue as From<i128>>
|
||||
<wasm_bindgen::JsValue as From<usize>>
|
||||
and $N others
|
||||
= note: required for `BadType` to implement `Into<wasm_bindgen::JsValue>`
|
||||
= note: required for `BadType` to implement `IntoJsResult`
|
||||
|
||||
error[E0277]: the trait bound `Result<BadType, wasm_bindgen::JsValue>: IntoJsResult` is not satisfied
|
||||
--> ui-tests/async-errors.rs:37:24
|
||||
|
|
||||
37 | pub async fn bad4() -> Result<BadType, JsValue> { loop {} }
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `IntoJsResult` is not implemented for `Result<BadType, wasm_bindgen::JsValue>`
|
||||
|
|
||||
= help: the following other types implement trait `IntoJsResult`:
|
||||
Result<(), E>
|
||||
Result<T, E>
|
||||
6
third-party/vendor/wasm-bindgen-macro/ui-tests/attribute-fails-to-parse.rs
vendored
Normal file
6
third-party/vendor/wasm-bindgen-macro/ui-tests/attribute-fails-to-parse.rs
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen(nonsense)]
|
||||
pub fn foo() {}
|
||||
|
||||
fn main() {}
|
||||
5
third-party/vendor/wasm-bindgen-macro/ui-tests/attribute-fails-to-parse.stderr
vendored
Normal file
5
third-party/vendor/wasm-bindgen-macro/ui-tests/attribute-fails-to-parse.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
error: unknown attribute
|
||||
--> $DIR/attribute-fails-to-parse.rs:3:16
|
||||
|
|
||||
3 | #[wasm_bindgen(nonsense)]
|
||||
| ^^^^^^^^
|
||||
13
third-party/vendor/wasm-bindgen-macro/ui-tests/bad-signatures.rs
vendored
Normal file
13
third-party/vendor/wasm-bindgen-macro/ui-tests/bad-signatures.rs
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen]
|
||||
pub fn foo() -> &u32 {}
|
||||
|
||||
#[wasm_bindgen]
|
||||
extern "C" {
|
||||
fn foo(Foo(x): Foo);
|
||||
|
||||
fn foo() -> &u32;
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
17
third-party/vendor/wasm-bindgen-macro/ui-tests/bad-signatures.stderr
vendored
Normal file
17
third-party/vendor/wasm-bindgen-macro/ui-tests/bad-signatures.stderr
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
error: cannot return a borrowed ref with #[wasm_bindgen]
|
||||
--> $DIR/bad-signatures.rs:4:17
|
||||
|
|
||||
4 | pub fn foo() -> &u32 {}
|
||||
| ^^^^
|
||||
|
||||
error: unsupported pattern in #[wasm_bindgen] imported function
|
||||
--> $DIR/bad-signatures.rs:8:12
|
||||
|
|
||||
8 | fn foo(Foo(x): Foo);
|
||||
| ^^^^^^
|
||||
|
||||
error: cannot return references in #[wasm_bindgen] imports yet
|
||||
--> $DIR/bad-signatures.rs:10:17
|
||||
|
|
||||
10 | fn foo() -> &u32;
|
||||
| ^^^^
|
||||
13
third-party/vendor/wasm-bindgen-macro/ui-tests/import-local.rs
vendored
Normal file
13
third-party/vendor/wasm-bindgen-macro/ui-tests/import-local.rs
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen(module = "./foo.js")]
|
||||
extern {
|
||||
fn wut();
|
||||
}
|
||||
|
||||
#[wasm_bindgen(module = "../foo.js")]
|
||||
extern {
|
||||
fn wut2();
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
11
third-party/vendor/wasm-bindgen-macro/ui-tests/import-local.stderr
vendored
Normal file
11
third-party/vendor/wasm-bindgen-macro/ui-tests/import-local.stderr
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
error: relative module paths aren't supported yet
|
||||
--> $DIR/import-local.rs:3:25
|
||||
|
|
||||
3 | #[wasm_bindgen(module = "./foo.js")]
|
||||
| ^^^^^^^^^^
|
||||
|
||||
error: relative module paths aren't supported yet
|
||||
--> $DIR/import-local.rs:8:25
|
||||
|
|
||||
8 | #[wasm_bindgen(module = "../foo.js")]
|
||||
| ^^^^^^^^^^^
|
||||
15
third-party/vendor/wasm-bindgen-macro/ui-tests/invalid-attr.rs
vendored
Normal file
15
third-party/vendor/wasm-bindgen-macro/ui-tests/invalid-attr.rs
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen(x)]
|
||||
pub fn foo() {}
|
||||
|
||||
#[wasm_bindgen]
|
||||
extern "C" {
|
||||
#[wasm_bindgen(y)]
|
||||
fn bar();
|
||||
|
||||
#[wasm_bindgen { }]
|
||||
fn bar();
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
17
third-party/vendor/wasm-bindgen-macro/ui-tests/invalid-attr.stderr
vendored
Normal file
17
third-party/vendor/wasm-bindgen-macro/ui-tests/invalid-attr.stderr
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
error: unknown attribute
|
||||
--> $DIR/invalid-attr.rs:3:16
|
||||
|
|
||||
3 | #[wasm_bindgen(x)]
|
||||
| ^
|
||||
|
||||
error: unknown attribute
|
||||
--> $DIR/invalid-attr.rs:8:20
|
||||
|
|
||||
8 | #[wasm_bindgen(y)]
|
||||
| ^
|
||||
|
||||
error: malformed #[wasm_bindgen] attribute
|
||||
--> $DIR/invalid-attr.rs:11:5
|
||||
|
|
||||
11 | #[wasm_bindgen { }]
|
||||
| ^^^^^^^^^^^^^^^^^^^^
|
||||
21
third-party/vendor/wasm-bindgen-macro/ui-tests/invalid-enums.rs
vendored
Normal file
21
third-party/vendor/wasm-bindgen-macro/ui-tests/invalid-enums.rs
vendored
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen]
|
||||
enum A {}
|
||||
|
||||
#[wasm_bindgen]
|
||||
pub enum B {
|
||||
D(u32),
|
||||
}
|
||||
|
||||
#[wasm_bindgen]
|
||||
pub enum C {
|
||||
X = 1 + 3,
|
||||
}
|
||||
|
||||
#[wasm_bindgen]
|
||||
pub enum D {
|
||||
X = 4294967296,
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
23
third-party/vendor/wasm-bindgen-macro/ui-tests/invalid-enums.stderr
vendored
Normal file
23
third-party/vendor/wasm-bindgen-macro/ui-tests/invalid-enums.stderr
vendored
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
error: cannot export empty enums to JS
|
||||
--> $DIR/invalid-enums.rs:4:1
|
||||
|
|
||||
4 | enum A {}
|
||||
| ^^^^^^^^^
|
||||
|
||||
error: only C-Style enums allowed with #[wasm_bindgen]
|
||||
--> $DIR/invalid-enums.rs:8:6
|
||||
|
|
||||
8 | D(u32),
|
||||
| ^^^^^
|
||||
|
||||
error: enums with #[wasm_bindgen] may only have number literal values
|
||||
--> $DIR/invalid-enums.rs:13:9
|
||||
|
|
||||
13 | X = 1 + 3,
|
||||
| ^^^^^
|
||||
|
||||
error: enums with #[wasm_bindgen] can only support numbers that can be represented as u32
|
||||
--> $DIR/invalid-enums.rs:18:9
|
||||
|
|
||||
18 | X = 4294967296,
|
||||
| ^^^^^^^^^^
|
||||
41
third-party/vendor/wasm-bindgen-macro/ui-tests/invalid-imports.rs
vendored
Normal file
41
third-party/vendor/wasm-bindgen-macro/ui-tests/invalid-imports.rs
vendored
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen]
|
||||
extern "C" {
|
||||
type A;
|
||||
|
||||
fn f() -> &'static u32;
|
||||
|
||||
#[wasm_bindgen(method)]
|
||||
fn f1();
|
||||
#[wasm_bindgen(method)]
|
||||
fn f2(x: u32);
|
||||
#[wasm_bindgen(method)]
|
||||
fn f3(x: &&u32);
|
||||
#[wasm_bindgen(method)]
|
||||
fn f4(x: &foo::Bar);
|
||||
#[wasm_bindgen(method)]
|
||||
fn f4(x: &::Bar);
|
||||
#[wasm_bindgen(method)]
|
||||
fn f4(x: &Bar<T>);
|
||||
#[wasm_bindgen(method)]
|
||||
fn f4(x: &dyn Fn(T));
|
||||
|
||||
#[wasm_bindgen(constructor)]
|
||||
fn f();
|
||||
#[wasm_bindgen(constructor)]
|
||||
fn f() -> ::Bar;
|
||||
#[wasm_bindgen(constructor)]
|
||||
fn f() -> &Bar;
|
||||
|
||||
#[wasm_bindgen(catch)]
|
||||
fn f() -> u32;
|
||||
#[wasm_bindgen(catch)]
|
||||
fn f() -> &u32;
|
||||
#[wasm_bindgen(catch)]
|
||||
fn f() -> Result<>;
|
||||
#[wasm_bindgen(catch)]
|
||||
fn f() -> Result<'a>;
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
71
third-party/vendor/wasm-bindgen-macro/ui-tests/invalid-imports.stderr
vendored
Normal file
71
third-party/vendor/wasm-bindgen-macro/ui-tests/invalid-imports.stderr
vendored
Normal file
|
|
@ -0,0 +1,71 @@
|
|||
error: it is currently not sound to use lifetimes in function signatures
|
||||
--> ui-tests/invalid-imports.rs:7:16
|
||||
|
|
||||
7 | fn f() -> &'static u32;
|
||||
| ^^^^^^^
|
||||
|
||||
error: imported methods must have at least one argument
|
||||
--> ui-tests/invalid-imports.rs:10:5
|
||||
|
|
||||
10 | fn f1();
|
||||
| ^^^^^^^^
|
||||
|
||||
error: first argument of method must be a shared reference
|
||||
--> ui-tests/invalid-imports.rs:12:14
|
||||
|
|
||||
12 | fn f2(x: u32);
|
||||
| ^^^
|
||||
|
||||
error: first argument of method must be a path
|
||||
--> ui-tests/invalid-imports.rs:14:15
|
||||
|
|
||||
14 | fn f3(x: &&u32);
|
||||
| ^^^^
|
||||
|
||||
error: paths with type parameters are not supported yet
|
||||
--> ui-tests/invalid-imports.rs:20:15
|
||||
|
|
||||
20 | fn f4(x: &Bar<T>);
|
||||
| ^^^^^^
|
||||
|
||||
error: first argument of method must be a path
|
||||
--> ui-tests/invalid-imports.rs:22:15
|
||||
|
|
||||
22 | fn f4(x: &dyn Fn(T));
|
||||
| ^^^^^^^^^
|
||||
|
||||
error: constructor returns must be bare types
|
||||
--> ui-tests/invalid-imports.rs:25:5
|
||||
|
|
||||
25 | fn f();
|
||||
| ^^^^^^^
|
||||
|
||||
error: return value of constructor must be a bare path
|
||||
--> ui-tests/invalid-imports.rs:29:5
|
||||
|
|
||||
29 | fn f() -> &Bar;
|
||||
| ^^^^^^^^^^^^^^^
|
||||
|
||||
error: must be Result<...>
|
||||
--> ui-tests/invalid-imports.rs:32:15
|
||||
|
|
||||
32 | fn f() -> u32;
|
||||
| ^^^
|
||||
|
||||
error: must be Result<...>
|
||||
--> ui-tests/invalid-imports.rs:34:15
|
||||
|
|
||||
34 | fn f() -> &u32;
|
||||
| ^^^^
|
||||
|
||||
error: must have at least one generic parameter
|
||||
--> ui-tests/invalid-imports.rs:36:15
|
||||
|
|
||||
36 | fn f() -> Result<>;
|
||||
| ^^^^^^^^
|
||||
|
||||
error: it is currently not sound to use lifetimes in function signatures
|
||||
--> ui-tests/invalid-imports.rs:38:22
|
||||
|
|
||||
38 | fn f() -> Result<'a>;
|
||||
| ^^
|
||||
33
third-party/vendor/wasm-bindgen-macro/ui-tests/invalid-items.rs
vendored
Normal file
33
third-party/vendor/wasm-bindgen-macro/ui-tests/invalid-items.rs
vendored
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen]
|
||||
fn foo() {}
|
||||
|
||||
#[wasm_bindgen]
|
||||
pub const fn foo2() {}
|
||||
|
||||
#[wasm_bindgen]
|
||||
struct Foo<T>(T);
|
||||
|
||||
#[wasm_bindgen]
|
||||
extern "C" {
|
||||
static mut FOO: u32;
|
||||
|
||||
pub fn foo3(x: i32, ...);
|
||||
}
|
||||
|
||||
#[wasm_bindgen]
|
||||
extern "system" {
|
||||
}
|
||||
|
||||
#[wasm_bindgen]
|
||||
pub fn foo4<T>() {}
|
||||
#[wasm_bindgen]
|
||||
pub fn foo5<'a>() {}
|
||||
#[wasm_bindgen]
|
||||
pub fn foo6<'a, T>() {}
|
||||
|
||||
#[wasm_bindgen]
|
||||
trait X {}
|
||||
|
||||
fn main() {}
|
||||
59
third-party/vendor/wasm-bindgen-macro/ui-tests/invalid-items.stderr
vendored
Normal file
59
third-party/vendor/wasm-bindgen-macro/ui-tests/invalid-items.stderr
vendored
Normal file
|
|
@ -0,0 +1,59 @@
|
|||
error: can only #[wasm_bindgen] public functions
|
||||
--> $DIR/invalid-items.rs:4:1
|
||||
|
|
||||
4 | fn foo() {}
|
||||
| ^^^^^^^^^^^
|
||||
|
||||
error: can only #[wasm_bindgen] non-const functions
|
||||
--> $DIR/invalid-items.rs:7:5
|
||||
|
|
||||
7 | pub const fn foo2() {}
|
||||
| ^^^^^
|
||||
|
||||
error: structs with #[wasm_bindgen] cannot have lifetime or type parameters currently
|
||||
--> $DIR/invalid-items.rs:10:11
|
||||
|
|
||||
10 | struct Foo<T>(T);
|
||||
| ^^^
|
||||
|
||||
error: cannot import mutable globals yet
|
||||
--> $DIR/invalid-items.rs:14:12
|
||||
|
|
||||
14 | static mut FOO: u32;
|
||||
| ^^^
|
||||
|
||||
error: can't #[wasm_bindgen] variadic functions
|
||||
--> $DIR/invalid-items.rs:16:25
|
||||
|
|
||||
16 | pub fn foo3(x: i32, ...);
|
||||
| ^^^
|
||||
|
||||
error: only foreign mods with the `C` ABI are allowed
|
||||
--> $DIR/invalid-items.rs:20:8
|
||||
|
|
||||
20 | extern "system" {
|
||||
| ^^^^^^^^
|
||||
|
||||
error: can't #[wasm_bindgen] functions with lifetime or type parameters
|
||||
--> $DIR/invalid-items.rs:24:12
|
||||
|
|
||||
24 | pub fn foo4<T>() {}
|
||||
| ^^^
|
||||
|
||||
error: can't #[wasm_bindgen] functions with lifetime or type parameters
|
||||
--> $DIR/invalid-items.rs:26:12
|
||||
|
|
||||
26 | pub fn foo5<'a>() {}
|
||||
| ^^^^
|
||||
|
||||
error: can't #[wasm_bindgen] functions with lifetime or type parameters
|
||||
--> $DIR/invalid-items.rs:28:12
|
||||
|
|
||||
28 | pub fn foo6<'a, T>() {}
|
||||
| ^^^^^^^
|
||||
|
||||
error: #[wasm_bindgen] can only be applied to a function, struct, enum, impl, or extern block
|
||||
--> $DIR/invalid-items.rs:31:1
|
||||
|
|
||||
31 | trait X {}
|
||||
| ^^^^^^^^^^
|
||||
42
third-party/vendor/wasm-bindgen-macro/ui-tests/invalid-methods.rs
vendored
Normal file
42
third-party/vendor/wasm-bindgen-macro/ui-tests/invalid-methods.rs
vendored
Normal file
|
|
@ -0,0 +1,42 @@
|
|||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen]
|
||||
pub struct A;
|
||||
|
||||
#[wasm_bindgen]
|
||||
default impl A {
|
||||
}
|
||||
|
||||
#[wasm_bindgen]
|
||||
unsafe impl A {
|
||||
}
|
||||
|
||||
#[wasm_bindgen]
|
||||
impl Clone for A {
|
||||
}
|
||||
|
||||
#[wasm_bindgen]
|
||||
impl<T> A {
|
||||
}
|
||||
|
||||
#[wasm_bindgen]
|
||||
impl &'static A {
|
||||
}
|
||||
|
||||
macro_rules! x { () => () }
|
||||
|
||||
#[wasm_bindgen]
|
||||
impl A {
|
||||
const X: u32 = 3;
|
||||
type Y = u32;
|
||||
x!();
|
||||
|
||||
// pub default fn foo() {} // TODO: compiler's pretty printer totally broken
|
||||
}
|
||||
|
||||
#[wasm_bindgen]
|
||||
impl A {
|
||||
pub const fn foo() {}
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
61
third-party/vendor/wasm-bindgen-macro/ui-tests/invalid-methods.stderr
vendored
Normal file
61
third-party/vendor/wasm-bindgen-macro/ui-tests/invalid-methods.stderr
vendored
Normal file
|
|
@ -0,0 +1,61 @@
|
|||
error: #[wasm_bindgen] default impls are not supported
|
||||
--> ui-tests/invalid-methods.rs:7:1
|
||||
|
|
||||
7 | default impl A {
|
||||
| ^^^^^^^
|
||||
|
||||
error: #[wasm_bindgen] unsafe impls are not supported
|
||||
--> ui-tests/invalid-methods.rs:11:1
|
||||
|
|
||||
11 | unsafe impl A {
|
||||
| ^^^^^^
|
||||
|
||||
error: #[wasm_bindgen] trait impls are not supported
|
||||
--> ui-tests/invalid-methods.rs:15:6
|
||||
|
|
||||
15 | impl Clone for A {
|
||||
| ^^^^^
|
||||
|
||||
error: #[wasm_bindgen] generic impls aren't supported
|
||||
--> ui-tests/invalid-methods.rs:19:5
|
||||
|
|
||||
19 | impl<T> A {
|
||||
| ^^^
|
||||
|
||||
error: unsupported self type in #[wasm_bindgen] impl
|
||||
--> ui-tests/invalid-methods.rs:23:6
|
||||
|
|
||||
23 | impl &'static A {
|
||||
| ^^^^^^^^^^
|
||||
|
||||
error: const definitions aren't supported with #[wasm_bindgen]
|
||||
--> ui-tests/invalid-methods.rs:30:5
|
||||
|
|
||||
30 | const X: u32 = 3;
|
||||
| ^^^^^^^^^^^^^^^^^
|
||||
|
||||
error: type definitions in impls aren't supported with #[wasm_bindgen]
|
||||
--> ui-tests/invalid-methods.rs:31:5
|
||||
|
|
||||
31 | type Y = u32;
|
||||
| ^^^^^^^^^^^^^
|
||||
|
||||
error: macros in impls aren't supported
|
||||
--> ui-tests/invalid-methods.rs:32:5
|
||||
|
|
||||
32 | x!();
|
||||
| ^^^^^
|
||||
|
||||
error: can only #[wasm_bindgen] non-const functions
|
||||
--> ui-tests/invalid-methods.rs:39:9
|
||||
|
|
||||
39 | pub const fn foo() {}
|
||||
| ^^^^^
|
||||
|
||||
warning: unused macro definition: `x`
|
||||
--> ui-tests/invalid-methods.rs:26:14
|
||||
|
|
||||
26 | macro_rules! x { () => () }
|
||||
| ^
|
||||
|
|
||||
= note: `#[warn(unused_macros)]` on by default
|
||||
18
third-party/vendor/wasm-bindgen-macro/ui-tests/invalid-setter.rs
vendored
Normal file
18
third-party/vendor/wasm-bindgen-macro/ui-tests/invalid-setter.rs
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen]
|
||||
extern "C" {
|
||||
type A;
|
||||
|
||||
#[wasm_bindgen(setter, method)]
|
||||
fn a(this: &A, b: i32);
|
||||
|
||||
#[wasm_bindgen(setter = x, method)]
|
||||
fn b(this: &A, b: i32);
|
||||
|
||||
#[wasm_bindgen(setter, method, js_name = x)]
|
||||
fn c(this: &A, b: i32);
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
5
third-party/vendor/wasm-bindgen-macro/ui-tests/invalid-setter.stderr
vendored
Normal file
5
third-party/vendor/wasm-bindgen-macro/ui-tests/invalid-setter.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
error: setters must start with `set_`, found: a
|
||||
--> $DIR/invalid-setter.rs:9:8
|
||||
|
|
||||
9 | fn a(this: &A, b: i32);
|
||||
| ^
|
||||
32
third-party/vendor/wasm-bindgen-macro/ui-tests/link-to.rs
vendored
Normal file
32
third-party/vendor/wasm-bindgen-macro/ui-tests/link-to.rs
vendored
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
fn good1() -> String {
|
||||
wasm_bindgen::link_to!(inline_js = "console.log('Hello world!');")
|
||||
}
|
||||
|
||||
fn good2() -> String {
|
||||
wasm_bindgen::link_to!(raw_module = "./foo.js")
|
||||
}
|
||||
|
||||
fn bad1() -> String {
|
||||
wasm_bindgen::link_to!(module = "package/foo.js")
|
||||
}
|
||||
|
||||
fn bad2() -> String {
|
||||
wasm_bindgen::link_to!(raw_module = "package/foo.js")
|
||||
}
|
||||
|
||||
fn bad3() -> String {
|
||||
wasm_bindgen::link_to!(module = "/src/not-found.js")
|
||||
}
|
||||
|
||||
fn bad4() -> String {
|
||||
wasm_bindgen::link_to!()
|
||||
}
|
||||
|
||||
fn bad5() -> String {
|
||||
wasm_bindgen::link_to!(
|
||||
inline_js = "console.log('Hello world!');",
|
||||
js_namespace = foo
|
||||
)
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
31
third-party/vendor/wasm-bindgen-macro/ui-tests/link-to.stderr
vendored
Normal file
31
third-party/vendor/wasm-bindgen-macro/ui-tests/link-to.stderr
vendored
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
error: `link_to!` does not support module paths.
|
||||
--> ui-tests/link-to.rs:10:37
|
||||
|
|
||||
10 | wasm_bindgen::link_to!(module = "package/foo.js")
|
||||
| ^^^^^^^^^^^^^^^^
|
||||
|
||||
error: `link_to!` does not support module paths.
|
||||
--> ui-tests/link-to.rs:14:41
|
||||
|
|
||||
14 | wasm_bindgen::link_to!(raw_module = "package/foo.js")
|
||||
| ^^^^^^^^^^^^^^^^
|
||||
|
||||
error: failed to read file `$WORKSPACE/target/tests/trybuild/wasm-bindgen-macro/src/not-found.js`: No such file or directory (os error 2)
|
||||
--> ui-tests/link-to.rs:18:37
|
||||
|
|
||||
18 | wasm_bindgen::link_to!(module = "/src/not-found.js")
|
||||
| ^^^^^^^^^^^^^^^^^^^
|
||||
|
||||
error: `link_to!` requires a module.
|
||||
--> ui-tests/link-to.rs:22:5
|
||||
|
|
||||
22 | wasm_bindgen::link_to!()
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^
|
||||
|
|
||||
= note: this error originates in the macro `wasm_bindgen::link_to` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
|
||||
error: unused wasm_bindgen attribute
|
||||
--> ui-tests/link-to.rs:28:9
|
||||
|
|
||||
28 | js_namespace = foo
|
||||
| ^^^^^^^^^^^^
|
||||
7
third-party/vendor/wasm-bindgen-macro/ui-tests/main-async.rs
vendored
Normal file
7
third-party/vendor/wasm-bindgen-macro/ui-tests/main-async.rs
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen(main)]
|
||||
async fn main() {}
|
||||
|
||||
#[wasm_bindgen(main)]
|
||||
fn fail() {}
|
||||
5
third-party/vendor/wasm-bindgen-macro/ui-tests/main-async.stderr
vendored
Normal file
5
third-party/vendor/wasm-bindgen-macro/ui-tests/main-async.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
error: the main function has to be called main
|
||||
--> ui-tests/main-async.rs:7:4
|
||||
|
|
||||
7 | fn fail() {}
|
||||
| ^^^^
|
||||
18
third-party/vendor/wasm-bindgen-macro/ui-tests/main-debug.rs
vendored
Normal file
18
third-party/vendor/wasm-bindgen-macro/ui-tests/main-debug.rs
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
use std::fmt;
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen(main)]
|
||||
fn main() -> Result<(), Test> {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
struct Test;
|
||||
|
||||
impl fmt::Debug for Test {
|
||||
fn fmt(&self, f: &mut fmt::Formatter<'_>) -> fmt::Result {
|
||||
unimplemented!()
|
||||
}
|
||||
}
|
||||
|
||||
#[wasm_bindgen(main)]
|
||||
fn fail() {}
|
||||
5
third-party/vendor/wasm-bindgen-macro/ui-tests/main-debug.stderr
vendored
Normal file
5
third-party/vendor/wasm-bindgen-macro/ui-tests/main-debug.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
error: the main function has to be called main
|
||||
--> ui-tests/main-debug.rs:18:4
|
||||
|
|
||||
18 | fn fail() {}
|
||||
| ^^^^
|
||||
10
third-party/vendor/wasm-bindgen-macro/ui-tests/main-infallible.rs
vendored
Normal file
10
third-party/vendor/wasm-bindgen-macro/ui-tests/main-infallible.rs
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
use std::convert::Infallible;
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen(main)]
|
||||
fn main() -> Infallible {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
#[wasm_bindgen(main)]
|
||||
fn fail() {}
|
||||
5
third-party/vendor/wasm-bindgen-macro/ui-tests/main-infallible.stderr
vendored
Normal file
5
third-party/vendor/wasm-bindgen-macro/ui-tests/main-infallible.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
error: the main function has to be called main
|
||||
--> ui-tests/main-infallible.rs:10:4
|
||||
|
|
||||
10 | fn fail() {}
|
||||
| ^^^^
|
||||
9
third-party/vendor/wasm-bindgen-macro/ui-tests/main-jsvalue.rs
vendored
Normal file
9
third-party/vendor/wasm-bindgen-macro/ui-tests/main-jsvalue.rs
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen(main)]
|
||||
fn main() -> Result<(), JsValue> {
|
||||
unimplemented!()
|
||||
}
|
||||
|
||||
#[wasm_bindgen(main)]
|
||||
fn fail() {}
|
||||
5
third-party/vendor/wasm-bindgen-macro/ui-tests/main-jsvalue.stderr
vendored
Normal file
5
third-party/vendor/wasm-bindgen-macro/ui-tests/main-jsvalue.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
error: the main function has to be called main
|
||||
--> ui-tests/main-jsvalue.rs:9:4
|
||||
|
|
||||
9 | fn fail() {}
|
||||
| ^^^^
|
||||
7
third-party/vendor/wasm-bindgen-macro/ui-tests/main-unit.rs
vendored
Normal file
7
third-party/vendor/wasm-bindgen-macro/ui-tests/main-unit.rs
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen(main)]
|
||||
fn main() -> () {}
|
||||
|
||||
#[wasm_bindgen(main)]
|
||||
fn fail() {}
|
||||
5
third-party/vendor/wasm-bindgen-macro/ui-tests/main-unit.stderr
vendored
Normal file
5
third-party/vendor/wasm-bindgen-macro/ui-tests/main-unit.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
error: the main function has to be called main
|
||||
--> ui-tests/main-unit.rs:7:4
|
||||
|
|
||||
7 | fn fail() {}
|
||||
| ^^^^
|
||||
7
third-party/vendor/wasm-bindgen-macro/ui-tests/main.rs
vendored
Normal file
7
third-party/vendor/wasm-bindgen-macro/ui-tests/main.rs
vendored
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen(main)]
|
||||
fn main() {}
|
||||
|
||||
#[wasm_bindgen(main)]
|
||||
fn fail() {}
|
||||
5
third-party/vendor/wasm-bindgen-macro/ui-tests/main.stderr
vendored
Normal file
5
third-party/vendor/wasm-bindgen-macro/ui-tests/main.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
error: the main function has to be called main
|
||||
--> ui-tests/main.rs:7:4
|
||||
|
|
||||
7 | fn fail() {}
|
||||
| ^^^^
|
||||
9
third-party/vendor/wasm-bindgen-macro/ui-tests/missing-catch.rs
vendored
Normal file
9
third-party/vendor/wasm-bindgen-macro/ui-tests/missing-catch.rs
vendored
Normal file
|
|
@ -0,0 +1,9 @@
|
|||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen]
|
||||
extern "C" {
|
||||
#[wasm_bindgen]
|
||||
pub fn foo() -> Result<JsValue, JsValue>;
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
16
third-party/vendor/wasm-bindgen-macro/ui-tests/missing-catch.stderr
vendored
Normal file
16
third-party/vendor/wasm-bindgen-macro/ui-tests/missing-catch.stderr
vendored
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
error[E0277]: the trait bound `Result<wasm_bindgen::JsValue, wasm_bindgen::JsValue>: FromWasmAbi` is not satisfied
|
||||
--> ui-tests/missing-catch.rs:6:9
|
||||
|
|
||||
6 | pub fn foo() -> Result<JsValue, JsValue>;
|
||||
| ^^^ the trait `FromWasmAbi` is not implemented for `Result<wasm_bindgen::JsValue, wasm_bindgen::JsValue>`
|
||||
|
|
||||
= help: the following other types implement trait `FromWasmAbi`:
|
||||
bool
|
||||
char
|
||||
isize
|
||||
i8
|
||||
i16
|
||||
i32
|
||||
i64
|
||||
usize
|
||||
and $N others
|
||||
6
third-party/vendor/wasm-bindgen-macro/ui-tests/non-public-function.rs
vendored
Normal file
6
third-party/vendor/wasm-bindgen-macro/ui-tests/non-public-function.rs
vendored
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen]
|
||||
fn foo() {}
|
||||
|
||||
fn main() {}
|
||||
5
third-party/vendor/wasm-bindgen-macro/ui-tests/non-public-function.stderr
vendored
Normal file
5
third-party/vendor/wasm-bindgen-macro/ui-tests/non-public-function.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
error: can only #[wasm_bindgen] public functions
|
||||
--> $DIR/non-public-function.rs:4:1
|
||||
|
|
||||
4 | fn foo() {}
|
||||
| ^^^^^^^^^^^
|
||||
8
third-party/vendor/wasm-bindgen-macro/ui-tests/pub-not-copy.rs
vendored
Normal file
8
third-party/vendor/wasm-bindgen-macro/ui-tests/pub-not-copy.rs
vendored
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen]
|
||||
pub struct A {
|
||||
pub field: String,
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
12
third-party/vendor/wasm-bindgen-macro/ui-tests/pub-not-copy.stderr
vendored
Normal file
12
third-party/vendor/wasm-bindgen-macro/ui-tests/pub-not-copy.stderr
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
error[E0277]: the trait bound `String: std::marker::Copy` is not satisfied
|
||||
--> $DIR/pub-not-copy.rs:5:16
|
||||
|
|
||||
5 | pub field: String,
|
||||
| ^^^^^^ the trait `std::marker::Copy` is not implemented for `String`
|
||||
|
|
||||
note: required by a bound in `assert_copy`
|
||||
--> $DIR/pub-not-copy.rs:3:1
|
||||
|
|
||||
3 | #[wasm_bindgen]
|
||||
| ^^^^^^^^^^^^^^^ required by this bound in `assert_copy`
|
||||
= note: this error originates in the attribute macro `wasm_bindgen` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
33
third-party/vendor/wasm-bindgen-macro/ui-tests/start-function.rs
vendored
Normal file
33
third-party/vendor/wasm-bindgen-macro/ui-tests/start-function.rs
vendored
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen(start)]
|
||||
fn foo() {}
|
||||
|
||||
#[wasm_bindgen(start)]
|
||||
fn foo2(x: u32) {}
|
||||
|
||||
#[wasm_bindgen(start)]
|
||||
fn foo3<T>() {}
|
||||
|
||||
#[wasm_bindgen(start)]
|
||||
fn foo4() -> Result<(), JsValue> { Ok(()) }
|
||||
|
||||
#[wasm_bindgen(start)]
|
||||
fn foo5() -> Result<JsValue, ()> { Err(()) }
|
||||
|
||||
#[wasm_bindgen(start)]
|
||||
fn foo6() -> Result<JsValue, JsValue> { Ok(JsValue::from(1u32)) }
|
||||
|
||||
#[wasm_bindgen(start)]
|
||||
async fn foo_async1() {}
|
||||
|
||||
#[wasm_bindgen(start)]
|
||||
async fn foo_async2() -> Result<(), JsValue> { Ok(()) }
|
||||
|
||||
#[wasm_bindgen(start)]
|
||||
async fn foo_async3() -> Result<JsValue, ()> { Err(()) }
|
||||
|
||||
#[wasm_bindgen(start)]
|
||||
async fn foo_async4() -> Result<JsValue, JsValue> { Ok(JsValue::from(1u32)) }
|
||||
|
||||
fn main() {}
|
||||
43
third-party/vendor/wasm-bindgen-macro/ui-tests/start-function.stderr
vendored
Normal file
43
third-party/vendor/wasm-bindgen-macro/ui-tests/start-function.stderr
vendored
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
error: the start function cannot have arguments
|
||||
--> ui-tests/start-function.rs:7:9
|
||||
|
|
||||
7 | fn foo2(x: u32) {}
|
||||
| ^^^^^^
|
||||
|
||||
error: the start function cannot have generics
|
||||
--> ui-tests/start-function.rs:10:8
|
||||
|
|
||||
10 | fn foo3<T>() {}
|
||||
| ^^^
|
||||
|
||||
error[E0277]: the trait bound `Result<wasm_bindgen::JsValue, ()>: wasm_bindgen::__rt::Start` is not satisfied
|
||||
--> ui-tests/start-function.rs:16:14
|
||||
|
|
||||
16 | fn foo5() -> Result<JsValue, ()> { Err(()) }
|
||||
| ^^^^^^^^^^^^^^^^^^^ the trait `wasm_bindgen::__rt::Start` is not implemented for `Result<wasm_bindgen::JsValue, ()>`
|
||||
|
|
||||
= help: the trait `wasm_bindgen::__rt::Start` is implemented for `Result<(), E>`
|
||||
|
||||
error[E0277]: the trait bound `Result<wasm_bindgen::JsValue, wasm_bindgen::JsValue>: wasm_bindgen::__rt::Start` is not satisfied
|
||||
--> ui-tests/start-function.rs:19:14
|
||||
|
|
||||
19 | fn foo6() -> Result<JsValue, JsValue> { Ok(JsValue::from(1u32)) }
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `wasm_bindgen::__rt::Start` is not implemented for `Result<wasm_bindgen::JsValue, wasm_bindgen::JsValue>`
|
||||
|
|
||||
= help: the trait `wasm_bindgen::__rt::Start` is implemented for `Result<(), E>`
|
||||
|
||||
error[E0277]: the trait bound `Result<wasm_bindgen::JsValue, ()>: wasm_bindgen::__rt::Start` is not satisfied
|
||||
--> ui-tests/start-function.rs:28:26
|
||||
|
|
||||
28 | async fn foo_async3() -> Result<JsValue, ()> { Err(()) }
|
||||
| ^^^^^^^^^^^^^^^^^^^ the trait `wasm_bindgen::__rt::Start` is not implemented for `Result<wasm_bindgen::JsValue, ()>`
|
||||
|
|
||||
= help: the trait `wasm_bindgen::__rt::Start` is implemented for `Result<(), E>`
|
||||
|
||||
error[E0277]: the trait bound `Result<wasm_bindgen::JsValue, wasm_bindgen::JsValue>: wasm_bindgen::__rt::Start` is not satisfied
|
||||
--> ui-tests/start-function.rs:31:26
|
||||
|
|
||||
31 | async fn foo_async4() -> Result<JsValue, JsValue> { Ok(JsValue::from(1u32)) }
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^ the trait `wasm_bindgen::__rt::Start` is not implemented for `Result<wasm_bindgen::JsValue, wasm_bindgen::JsValue>`
|
||||
|
|
||||
= help: the trait `wasm_bindgen::__rt::Start` is implemented for `Result<(), E>`
|
||||
15
third-party/vendor/wasm-bindgen-macro/ui-tests/struct-fields.rs
vendored
Normal file
15
third-party/vendor/wasm-bindgen-macro/ui-tests/struct-fields.rs
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen]
|
||||
extern "C" {
|
||||
pub type Foo;
|
||||
}
|
||||
|
||||
#[wasm_bindgen]
|
||||
struct Bar {
|
||||
pub a: Foo,
|
||||
#[wasm_bindgen(getter_with_clone)]
|
||||
pub b: Foo,
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
24
third-party/vendor/wasm-bindgen-macro/ui-tests/struct-fields.stderr
vendored
Normal file
24
third-party/vendor/wasm-bindgen-macro/ui-tests/struct-fields.stderr
vendored
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
error[E0277]: the trait bound `Foo: std::marker::Copy` is not satisfied
|
||||
--> ui-tests/struct-fields.rs:10:12
|
||||
|
|
||||
10 | pub a: Foo,
|
||||
| ^^^ the trait `std::marker::Copy` is not implemented for `Foo`
|
||||
|
|
||||
note: required by a bound in `__wbg_get_bar_a::assert_copy`
|
||||
--> ui-tests/struct-fields.rs:8:1
|
||||
|
|
||||
8 | #[wasm_bindgen]
|
||||
| ^^^^^^^^^^^^^^^ required by this bound in `assert_copy`
|
||||
= note: this error originates in the attribute macro `wasm_bindgen` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
|
||||
error[E0277]: the trait bound `Foo: Clone` is not satisfied
|
||||
--> ui-tests/struct-fields.rs:12:12
|
||||
|
|
||||
12 | pub b: Foo,
|
||||
| ^^^ the trait `Clone` is not implemented for `Foo`
|
||||
|
|
||||
help: consider annotating `Foo` with `#[derive(Clone)]`
|
||||
|
|
||||
3 + #[derive(Clone)]
|
||||
4 | #[wasm_bindgen]
|
||||
|
|
||||
11
third-party/vendor/wasm-bindgen-macro/ui-tests/structural-and-final.rs
vendored
Normal file
11
third-party/vendor/wasm-bindgen-macro/ui-tests/structural-and-final.rs
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen]
|
||||
extern "C" {
|
||||
type Foo;
|
||||
|
||||
#[wasm_bindgen(method, structural, final)]
|
||||
fn bar(this: &Foo);
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
5
third-party/vendor/wasm-bindgen-macro/ui-tests/structural-and-final.stderr
vendored
Normal file
5
third-party/vendor/wasm-bindgen-macro/ui-tests/structural-and-final.stderr
vendored
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
error: cannot specify both `structural` and `final`
|
||||
--> $DIR/structural-and-final.rs:7:40
|
||||
|
|
||||
7 | #[wasm_bindgen(method, structural, final)]
|
||||
| ^^^^^
|
||||
11
third-party/vendor/wasm-bindgen-macro/ui-tests/traits-not-implemented.rs
vendored
Normal file
11
third-party/vendor/wasm-bindgen-macro/ui-tests/traits-not-implemented.rs
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
use wasm_bindgen::prelude::*;
|
||||
|
||||
struct A;
|
||||
|
||||
#[wasm_bindgen]
|
||||
extern "C" {
|
||||
#[wasm_bindgen]
|
||||
pub fn foo(a: A);
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
17
third-party/vendor/wasm-bindgen-macro/ui-tests/traits-not-implemented.stderr
vendored
Normal file
17
third-party/vendor/wasm-bindgen-macro/ui-tests/traits-not-implemented.stderr
vendored
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
error[E0277]: the trait bound `A: IntoWasmAbi` is not satisfied
|
||||
--> ui-tests/traits-not-implemented.rs:5:1
|
||||
|
|
||||
5 | #[wasm_bindgen]
|
||||
| ^^^^^^^^^^^^^^^ the trait `IntoWasmAbi` is not implemented for `A`
|
||||
|
|
||||
= help: the following other types implement trait `IntoWasmAbi`:
|
||||
bool
|
||||
char
|
||||
isize
|
||||
i8
|
||||
i16
|
||||
i32
|
||||
i64
|
||||
usize
|
||||
and $N others
|
||||
= note: this error originates in the attribute macro `wasm_bindgen` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
10
third-party/vendor/wasm-bindgen-macro/ui-tests/unknown-type-in-import.rs
vendored
Normal file
10
third-party/vendor/wasm-bindgen-macro/ui-tests/unknown-type-in-import.rs
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
use wasm_bindgen::prelude::*;
|
||||
|
||||
#[wasm_bindgen]
|
||||
extern "C" {
|
||||
#[wasm_bindgen]
|
||||
pub fn foo(a: A);
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
|
||||
10
third-party/vendor/wasm-bindgen-macro/ui-tests/unknown-type-in-import.stderr
vendored
Normal file
10
third-party/vendor/wasm-bindgen-macro/ui-tests/unknown-type-in-import.stderr
vendored
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
error[E0412]: cannot find type `A` in this scope
|
||||
--> ui-tests/unknown-type-in-import.rs:6:19
|
||||
|
|
||||
6 | pub fn foo(a: A);
|
||||
| ^ not found in this scope
|
||||
|
|
||||
help: you might be missing a type parameter
|
||||
|
|
||||
6 | pub fn foo<A>(a: A);
|
||||
| +++
|
||||
32
third-party/vendor/wasm-bindgen-macro/ui-tests/unused-attributes.rs
vendored
Normal file
32
third-party/vendor/wasm-bindgen-macro/ui-tests/unused-attributes.rs
vendored
Normal file
|
|
@ -0,0 +1,32 @@
|
|||
#![deny(unused_variables)]
|
||||
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
||||
struct A {}
|
||||
|
||||
#[wasm_bindgen]
|
||||
impl A {
|
||||
#[wasm_bindgen(method)]
|
||||
pub fn foo() {}
|
||||
}
|
||||
|
||||
#[wasm_bindgen]
|
||||
pub struct MyStruct {
|
||||
hello: String,
|
||||
}
|
||||
|
||||
#[wasm_bindgen(getter, typescript_custom_section)]
|
||||
pub const FOO: &'static str = "FOO";
|
||||
|
||||
#[wasm_bindgen(readonly)]
|
||||
pub fn bar() {}
|
||||
|
||||
#[wasm_bindgen(getter_with_clone, final)]
|
||||
impl MyStruct {
|
||||
#[wasm_bindgen(getter, typescript_type = "Thing[]")]
|
||||
pub fn hello(&self) -> String {
|
||||
self.hello.clone()
|
||||
}
|
||||
}
|
||||
|
||||
fn main() {}
|
||||
41
third-party/vendor/wasm-bindgen-macro/ui-tests/unused-attributes.stderr
vendored
Normal file
41
third-party/vendor/wasm-bindgen-macro/ui-tests/unused-attributes.stderr
vendored
Normal file
|
|
@ -0,0 +1,41 @@
|
|||
error: unused variable: `method`
|
||||
--> ui-tests/unused-attributes.rs:9:20
|
||||
|
|
||||
9 | #[wasm_bindgen(method)]
|
||||
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_method`
|
||||
|
|
||||
note: the lint level is defined here
|
||||
--> ui-tests/unused-attributes.rs:1:9
|
||||
|
|
||||
1 | #![deny(unused_variables)]
|
||||
| ^^^^^^^^^^^^^^^^
|
||||
|
||||
error: unused variable: `getter`
|
||||
--> ui-tests/unused-attributes.rs:18:16
|
||||
|
|
||||
18 | #[wasm_bindgen(getter, typescript_custom_section)]
|
||||
| ^^^^^^ help: if this is intentional, prefix it with an underscore: `_getter`
|
||||
|
||||
error: unused variable: `readonly`
|
||||
--> ui-tests/unused-attributes.rs:21:16
|
||||
|
|
||||
21 | #[wasm_bindgen(readonly)]
|
||||
| ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_readonly`
|
||||
|
||||
error: unused variable: `typescript_type`
|
||||
--> ui-tests/unused-attributes.rs:26:28
|
||||
|
|
||||
26 | #[wasm_bindgen(getter, typescript_type = "Thing[]")]
|
||||
| ^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_typescript_type`
|
||||
|
||||
error: unused variable: `getter_with_clone`
|
||||
--> ui-tests/unused-attributes.rs:24:16
|
||||
|
|
||||
24 | #[wasm_bindgen(getter_with_clone, final)]
|
||||
| ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_getter_with_clone`
|
||||
|
||||
error: unused variable: `final`
|
||||
--> ui-tests/unused-attributes.rs:24:35
|
||||
|
|
||||
24 | #[wasm_bindgen(getter_with_clone, final)]
|
||||
| ^^^^^ help: if this is intentional, prefix it with an underscore: `_final`
|
||||
23
third-party/vendor/wasm-bindgen-macro/ui-tests/update-all-references.sh
vendored
Executable file
23
third-party/vendor/wasm-bindgen-macro/ui-tests/update-all-references.sh
vendored
Executable file
|
|
@ -0,0 +1,23 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# Copyright 2015 The Rust Project Developers. See the COPYRIGHT
|
||||
# file at the top-level directory of this distribution and at
|
||||
# http://rust-lang.org/COPYRIGHT.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||
# http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
||||
# <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
||||
# option. This file may not be copied, modified, or distributed
|
||||
# except according to those terms.
|
||||
|
||||
# A script to update the references for all tests. The idea is that
|
||||
# you do a run, which will generate files in the build directory
|
||||
# containing the (normalized) actual output of the compiler. You then
|
||||
# run this script, which will copy those files over. If you find
|
||||
# yourself manually editing a foo.stderr file, you're doing it wrong.
|
||||
#
|
||||
# See all `update-references.sh`, if you just want to update a single test.
|
||||
|
||||
MY_DIR=$(dirname $0)
|
||||
cd $MY_DIR
|
||||
find . -name '*.rs' | xargs ./update-references.sh
|
||||
42
third-party/vendor/wasm-bindgen-macro/ui-tests/update-references.sh
vendored
Executable file
42
third-party/vendor/wasm-bindgen-macro/ui-tests/update-references.sh
vendored
Executable file
|
|
@ -0,0 +1,42 @@
|
|||
#!/bin/bash
|
||||
#
|
||||
# Copyright 2015 The Rust Project Developers. See the COPYRIGHT
|
||||
# file at the top-level directory of this distribution and at
|
||||
# http://rust-lang.org/COPYRIGHT.
|
||||
#
|
||||
# Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
|
||||
# http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
|
||||
# <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
|
||||
# option. This file may not be copied, modified, or distributed
|
||||
# except according to those terms.
|
||||
|
||||
# A script to update the references for particular tests. The idea is
|
||||
# that you do a run, which will generate files in the build directory
|
||||
# containing the (normalized) actual output of the compiler. This
|
||||
# script will then copy that output and replace the "expected output"
|
||||
# files. You can then commit the changes.
|
||||
#
|
||||
# If you find yourself manually editing a foo.stderr file, you're
|
||||
# doing it wrong.
|
||||
|
||||
MYDIR=$(dirname $0)
|
||||
|
||||
BUILD_DIR="../../../target/tests/ui"
|
||||
|
||||
while [[ "$1" != "" ]]; do
|
||||
STDERR_NAME="${1/%.rs/.stderr}"
|
||||
STDOUT_NAME="${1/%.rs/.stdout}"
|
||||
shift
|
||||
if [ -f $BUILD_DIR/$STDOUT_NAME ] && \
|
||||
! (diff $BUILD_DIR/$STDOUT_NAME $MYDIR/$STDOUT_NAME >& /dev/null); then
|
||||
echo updating $MYDIR/$STDOUT_NAME
|
||||
cp $BUILD_DIR/$STDOUT_NAME $MYDIR/$STDOUT_NAME
|
||||
fi
|
||||
if [ -f $BUILD_DIR/$STDERR_NAME ] && \
|
||||
! (diff $BUILD_DIR/$STDERR_NAME $MYDIR/$STDERR_NAME >& /dev/null); then
|
||||
echo updating $MYDIR/$STDERR_NAME
|
||||
cp $BUILD_DIR/$STDERR_NAME $MYDIR/$STDERR_NAME
|
||||
fi
|
||||
done
|
||||
|
||||
|
||||
43
third-party/vendor/wasm-bindgen-macro/ui-tests/wasm-bindgen.rs
vendored
Normal file
43
third-party/vendor/wasm-bindgen-macro/ui-tests/wasm-bindgen.rs
vendored
Normal file
|
|
@ -0,0 +1,43 @@
|
|||
extern crate wasm_bindgen as extern_test;
|
||||
|
||||
use wasm_bindgen::prelude::*;
|
||||
|
||||
mod test {
|
||||
pub use wasm_bindgen as test;
|
||||
pub use wasm_bindgen;
|
||||
}
|
||||
|
||||
#[wasm_bindgen(wasm_bindgen = wasm_bindgen)]
|
||||
pub fn good1() {}
|
||||
|
||||
#[wasm_bindgen(wasm_bindgen = ::wasm_bindgen)]
|
||||
pub fn good2() {}
|
||||
|
||||
#[wasm_bindgen(wasm_bindgen = test::wasm_bindgen)]
|
||||
pub fn good3() {}
|
||||
|
||||
#[wasm_bindgen(wasm_bindgen = test::test)]
|
||||
pub fn good4() {}
|
||||
|
||||
#[wasm_bindgen(wasm_bindgen = extern_test)]
|
||||
pub fn good5() {}
|
||||
|
||||
#[wasm_bindgen(wasm_bindgen_futures = wasm_bindgen_futures)]
|
||||
pub fn good6() {}
|
||||
|
||||
#[wasm_bindgen(wasm_bindgen = wasm_bindgen)]
|
||||
pub async fn good7() {}
|
||||
|
||||
#[wasm_bindgen(wasm_bindgen_futures = wasm_bindgen_futures)]
|
||||
pub async fn good8() {}
|
||||
|
||||
#[wasm_bindgen(wasm_bindgen = wasm_bindgen, wasm_bindgen_futures = wasm_bindgen_futures)]
|
||||
pub async fn good9() {}
|
||||
|
||||
#[wasm_bindgen(wasm_bindgen = test)]
|
||||
pub fn bad1() {}
|
||||
|
||||
#[wasm_bindgen(wasm_bindgen_futures = test)]
|
||||
pub async fn bad2() {}
|
||||
|
||||
fn main() {}
|
||||
25
third-party/vendor/wasm-bindgen-macro/ui-tests/wasm-bindgen.stderr
vendored
Normal file
25
third-party/vendor/wasm-bindgen-macro/ui-tests/wasm-bindgen.stderr
vendored
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
error[E0433]: failed to resolve: could not find `convert` in `test`
|
||||
--> ui-tests/wasm-bindgen.rs:37:1
|
||||
|
|
||||
37 | #[wasm_bindgen(wasm_bindgen = test)]
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ could not find `convert` in `test`
|
||||
|
|
||||
= note: this error originates in the attribute macro `wasm_bindgen` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
help: consider importing one of these items
|
||||
|
|
||||
3 + use crate::test::test::convert;
|
||||
|
|
||||
3 + use wasm_bindgen::convert;
|
||||
|
|
||||
|
||||
error[E0425]: cannot find function `future_to_promise` in module `test`
|
||||
--> ui-tests/wasm-bindgen.rs:40:1
|
||||
|
|
||||
40 | #[wasm_bindgen(wasm_bindgen_futures = test)]
|
||||
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in `test`
|
||||
|
|
||||
= note: this error originates in the attribute macro `wasm_bindgen` (in Nightly builds, run with -Z macro-backtrace for more info)
|
||||
help: consider importing this function
|
||||
|
|
||||
3 + use wasm_bindgen_futures::future_to_promise;
|
||||
|
|
||||
Loading…
Add table
Add a link
Reference in a new issue