summaryrefslogtreecommitdiffstats
path: root/vendor/wasm-bindgen-macro/ui-tests/unused-attributes.stderr
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:57:19 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-30 03:57:19 +0000
commita0b8f38ab54ac451646aa00cd5e91b6c76f22a84 (patch)
treefc451898ccaf445814e26b46664d78702178101d /vendor/wasm-bindgen-macro/ui-tests/unused-attributes.stderr
parentAdding debian version 1.71.1+dfsg1-2. (diff)
downloadrustc-a0b8f38ab54ac451646aa00cd5e91b6c76f22a84.tar.xz
rustc-a0b8f38ab54ac451646aa00cd5e91b6c76f22a84.zip
Merging upstream version 1.72.1+dfsg1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'vendor/wasm-bindgen-macro/ui-tests/unused-attributes.stderr')
-rw-r--r--vendor/wasm-bindgen-macro/ui-tests/unused-attributes.stderr12
1 files changed, 6 insertions, 6 deletions
diff --git a/vendor/wasm-bindgen-macro/ui-tests/unused-attributes.stderr b/vendor/wasm-bindgen-macro/ui-tests/unused-attributes.stderr
index c4ba32f08..1df8f26a0 100644
--- a/vendor/wasm-bindgen-macro/ui-tests/unused-attributes.stderr
+++ b/vendor/wasm-bindgen-macro/ui-tests/unused-attributes.stderr
@@ -22,6 +22,12 @@ error: unused variable: `readonly`
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
|
@@ -33,9 +39,3 @@ error: unused variable: `final`
|
24 | #[wasm_bindgen(getter_with_clone, final)]
| ^^^^^ help: if this is intentional, prefix it with an underscore: `_final`
-
-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`