Skip to content

WIP: deprecation support #22

WIP: deprecation support

WIP: deprecation support #22

Triggered via pull request May 7, 2025 16:29
Status Failure
Total duration 4m 46s
Artifacts

CI.yml

on: pull_request
Matrix: Check nightly stable and MSRV
Check `#![no_std]`
31s
Check `#![no_std]`
Check formatting
11s
Check formatting
Matrix: Build and test
Matrix: Check all the features combinations on MSRV
Check the package can be released to crates.io
13s
Check the package can be released to crates.io
All the required checks
1s
All the required checks
Fit to window
Zoom out
Zoom in

Annotations

589 errors and 411 warnings
Check the package can be released to crates.io
failed to prepare local package for uploading
Check the package can be released to crates.io
The process '/home/runner/.cargo/bin/cargo' failed with exit code 101
Build and test (macos-latest, stable): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Build and test (macos-latest, stable): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Build and test (macos-latest, stable): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Build and test (macos-latest, stable): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Build and test (macos-latest, stable): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Build and test (macos-latest, stable): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Build and test (macos-latest, stable): src/headers/languages/lua.rs#L44
this method takes 4 arguments but 3 arguments were supplied
Build and test (macos-latest, stable): src/headers/languages/lua.rs#L60
this method takes 4 arguments but 3 arguments were supplied
Build and test (macos-latest, stable): src/headers/languages/lua.rs#L102
this method takes 4 arguments but 3 arguments were supplied
Build and test (macos-latest, stable): src/headers/languages/lua.rs#L118
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features alloc, --features futures, --features js): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features alloc, --features futures, --features js): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features alloc, --features futures, --features js): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features alloc, --features futures, --features js): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features alloc, --features futures, --features js): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features alloc, --features futures, --features js): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features async-fn, --features headers): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features async-fn, --features headers): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features async-fn, --features headers, --features js): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features js): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features js): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features async-fn, --features headers, --features js): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features js): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features js): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features async-fn, --features js): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features async-fn, --features js): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features async-fn, --features js): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features async-fn, --features js): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features async-fn, --features js): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features async-fn, --features js): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features async-fn, --features js): src/headers/languages/lua.rs#L44
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features async-fn, --features js): src/headers/languages/lua.rs#L60
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features async-fn, --features js): src/headers/languages/lua.rs#L102
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features async-fn, --features js): src/headers/languages/lua.rs#L118
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features async-fn, --features tokio, --features js): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features async-fn, --features tokio, --features js): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features async-fn, --features tokio, --features js): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features async-fn, --features tokio, --features js): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features async-fn, --features tokio, --features js): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features async-fn, --features tokio, --features js): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features alloc, --features js): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features alloc, --features js): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features alloc, --features js): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features alloc, --features js): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features alloc, --features js): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features alloc, --features js): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features alloc, --features js): src/headers/languages/lua.rs#L44
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features alloc, --features js): src/headers/languages/lua.rs#L60
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features alloc, --features js): src/headers/languages/lua.rs#L102
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features alloc, --features js): src/headers/languages/lua.rs#L118
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features async-fn, --features futures, --features js): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features async-fn, --features futures, --features js): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features async-fn, --features futures, --features js): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features async-fn, --features futures, --features js): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features async-fn, --features futures, --features js): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features async-fn, --features futures, --features js): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features alloc, --features dyn-traits, --features js): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features alloc, --features dyn-traits, --features js): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features alloc, --features dyn-traits, --features js): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features alloc, --features dyn-traits, --features js): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features alloc, --features dyn-traits, --features js): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features alloc, --features dyn-traits, --features js): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits, --featur...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits, --featur...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits, --featur...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits, --featur...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits, --featur...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits, --featur...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features headers): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features headers): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features headers): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features headers): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features headers): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features headers): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features headers): src/headers/languages/lua.rs#L44
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features headers): src/headers/languages/lua.rs#L60
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features headers): src/headers/languages/lua.rs#L102
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features headers): src/headers/languages/lua.rs#L118
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features headers, --features dyn-traits): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features headers, --features dyn-traits): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features headers, --features dyn-traits): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features headers, --features dyn-traits): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features headers, --features dyn-traits): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features headers, --features dyn-traits): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features headers, --features futures, --features js): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features headers, --features futures, --features js): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features headers, --features futures, --features js): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features headers, --features futures, --features js): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features headers, --features futures, --features js): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features headers, --features futures, --features js): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features futures, --features js): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features futures, --features js): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features futures, --features js): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features futures, --features js): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features futures, --features js): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features futures, --features js): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features futures, --features js): src/headers/languages/lua.rs#L44
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features futures, --features js): src/headers/languages/lua.rs#L60
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features futures, --features js): src/headers/languages/lua.rs#L102
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features futures, --features js): src/headers/languages/lua.rs#L118
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features headers, --features tokio): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features headers, --features tokio): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features headers, --features tokio): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features headers, --features tokio): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features headers, --features tokio): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features headers, --features tokio): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features headers, --features tokio): src/headers/languages/lua.rs#L44
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features headers, --features tokio): src/headers/languages/lua.rs#L60
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features headers, --features tokio): src/headers/languages/lua.rs#L102
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features headers, --features tokio): src/headers/languages/lua.rs#L118
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features headers, --features js): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features headers, --features js): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features headers, --features js): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features headers, --features js): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features headers, --features js): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features headers, --features js): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features headers, --features js): src/headers/languages/lua.rs#L44
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features headers, --features js): src/headers/languages/lua.rs#L60
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features headers, --features js): src/headers/languages/lua.rs#L102
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features headers, --features js): src/headers/languages/lua.rs#L118
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features js): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features js): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features js): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features js): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features js): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features js): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features js): src/headers/languages/lua.rs#L44
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features js): src/headers/languages/lua.rs#L60
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features js): src/headers/languages/lua.rs#L102
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features js): src/headers/languages/lua.rs#L118
this method takes 4 arguments but 3 arguments were supplied
Build and test (ubuntu-latest, stable): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Build and test (ubuntu-latest, stable): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Build and test (ubuntu-latest, stable): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Build and test (ubuntu-latest, stable): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Build and test (ubuntu-latest, stable): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Build and test (ubuntu-latest, stable): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Build and test (ubuntu-latest, stable): src/headers/languages/lua.rs#L44
this method takes 4 arguments but 3 arguments were supplied
Build and test (ubuntu-latest, stable): src/headers/languages/lua.rs#L60
this method takes 4 arguments but 3 arguments were supplied
Build and test (ubuntu-latest, stable): src/headers/languages/lua.rs#L102
this method takes 4 arguments but 3 arguments were supplied
Build and test (ubuntu-latest, stable): src/headers/languages/lua.rs#L118
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features dyn-traits, --features js): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features dyn-traits, --features js): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features headers, --features tokio, --features js): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features dyn-traits, --features js): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features headers, --features tokio, --features js): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features dyn-traits, --features js): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features headers, --features tokio, --features js): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features dyn-traits, --features js): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features headers, --features tokio, --features js): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features dyn-traits, --features js): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features headers, --features tokio, --features js): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features dyn-traits, --features js): src/headers/languages/lua.rs#L44
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features headers, --features tokio, --features js): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features dyn-traits, --features js): src/headers/languages/lua.rs#L60
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features dyn-traits, --features js): src/headers/languages/lua.rs#L102
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features dyn-traits, --features js): src/headers/languages/lua.rs#L118
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features headers, --features futures): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features headers, --features futures): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features headers, --features futures): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features headers, --features futures): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features headers, --features futures): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features headers, --features futures): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features headers, --features futures): src/headers/languages/lua.rs#L44
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features headers, --features futures): src/headers/languages/lua.rs#L60
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Build and test (ubuntu-latest, 1.85.0): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Build and test (ubuntu-latest, 1.85.0): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Build and test (ubuntu-latest, 1.85.0): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Build and test (ubuntu-latest, 1.85.0): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Build and test (ubuntu-latest, 1.85.0): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Build and test (ubuntu-latest, 1.85.0): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Build and test (ubuntu-latest, 1.85.0): src/headers/languages/lua.rs#L44
this method takes 4 arguments but 3 arguments were supplied
Build and test (ubuntu-latest, 1.85.0): src/headers/languages/lua.rs#L60
this method takes 4 arguments but 3 arguments were supplied
Build and test (ubuntu-latest, 1.85.0): src/headers/languages/lua.rs#L102
this method takes 4 arguments but 3 arguments were supplied
Build and test (ubuntu-latest, 1.85.0): src/headers/languages/lua.rs#L118
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features async-fn, --features tokio, --features js...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features async-fn, --features tokio, --features js...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features async-fn, --features tokio, --features js...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features async-fn, --features tokio, --features js...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features async-fn, --features tokio, --features js...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features async-fn, --features tokio, --features js...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features alloc, --features dyn-traits, --features ...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features alloc, --features dyn-traits, --features ...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features alloc, --features dyn-traits, --features ...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features alloc, --features dyn-traits, --features ...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features alloc, --features dyn-traits, --features ...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features alloc, --features dyn-traits, --features ...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features async-fn, --features futures, --features ...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features async-fn, --features futures, --features ...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features async-fn, --features futures, --features ...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features async-fn, --features futures, --features ...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features async-fn, --features futures, --features ...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features async-fn, --features futures, --features ...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features async-fn, --features js, --features stabby): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features async-fn, --features js, --features stabby): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features async-fn, --features js, --features stabby): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features async-fn, --features js, --features stabby): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features async-fn, --features js, --features stabby): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features async-fn, --features js, --features stabby): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features alloc, --features js, --features stabby): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features alloc, --features js, --features stabby): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features alloc, --features js, --features stabby): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features alloc, --features js, --features stabby): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features alloc, --features js, --features stabby): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features alloc, --features js, --features stabby): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features headers, --features stabby): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features headers, --features stabby): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features headers, --features stabby): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features headers, --features stabby): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features headers, --features stabby): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features headers, --features stabby): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features headers, --features stabby): src/headers/languages/lua.rs#L44
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features headers, --features stabby): src/headers/languages/lua.rs#L60
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features headers, --features stabby): src/headers/languages/lua.rs#L102
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features headers, --features stabby): src/headers/languages/lua.rs#L118
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features tokio, --features js): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features tokio, --features js): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features tokio, --features js): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features tokio, --features js): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features tokio, --features js): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features tokio, --features js): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features tokio, --features js): src/headers/languages/lua.rs#L44
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features tokio, --features js): src/headers/languages/lua.rs#L60
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features tokio, --features js): src/headers/languages/lua.rs#L102
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features tokio, --features js): src/headers/languages/lua.rs#L118
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits, --featur...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits, --featur...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits, --featur...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits, --featur...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits, --featur...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits, --featur...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features dyn-traits, --features js, --features sta...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features dyn-traits, --features js, --features sta...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features dyn-traits, --features js, --features sta...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features dyn-traits, --features js, --features sta...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features dyn-traits, --features js, --features sta...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features dyn-traits, --features js, --features sta...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features headers, --features js, --features stabby): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features headers, --features js, --features stabby): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features headers, --features js, --features stabby): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features headers, --features js, --features stabby): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features headers, --features js, --features stabby): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features headers, --features js, --features stabby): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features futures, --features js, --features stabby): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features futures, --features js, --features stabby): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features futures, --features js, --features stabby): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features futures, --features js, --features stabby): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features futures, --features js, --features stabby): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features futures, --features js, --features stabby): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features headers, --features tokio, --features js,...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features headers, --features tokio, --features js,...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features headers, --features tokio, --features js,...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features headers, --features tokio, --features js,...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features headers, --features tokio, --features js,...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features headers, --features tokio, --features js,...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features headers, --features futures, --features j...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features headers, --features futures, --features j...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features headers, --features futures, --features j...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features headers, --features futures, --features j...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features headers, --features futures, --features j...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features headers, --features futures, --features j...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features headers, --features tokio, --features sta...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features headers, --features tokio, --features sta...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features headers, --features tokio, --features sta...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features headers, --features tokio, --features sta...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features headers, --features tokio, --features sta...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features headers, --features tokio, --features sta...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features js, --features stabby): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features js, --features stabby): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features js, --features stabby): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features js, --features stabby): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features js, --features stabby): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features js, --features stabby): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features js, --features stabby): src/headers/languages/lua.rs#L44
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features js, --features stabby): src/headers/languages/lua.rs#L60
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features js, --features stabby): src/headers/languages/lua.rs#L102
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features js, --features stabby): src/headers/languages/lua.rs#L118
this method takes 4 arguments but 3 arguments were supplied
Check all the features combinations on MSRV (--features headers, --features futures, --features s...: src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features headers, --features futures, --features s...: src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features headers, --features futures, --features s...: src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features headers, --features futures, --features s...: src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features headers, --features futures, --features s...: src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features headers, --features futures, --features s...: src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Check all the features combinations on MSRV (--features tokio, --features js, --features stabby): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Check all the features combinations on MSRV (--features tokio, --features js, --features stabby): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Check all the features combinations on MSRV (--features tokio, --features js, --features stabby): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Check all the features combinations on MSRV (--features tokio, --features js, --features stabby): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Check all the features combinations on MSRV (--features tokio, --features js, --features stabby): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Check all the features combinations on MSRV (--features tokio, --features js, --features stabby): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Build and test (macos-latest, 1.85.0): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Build and test (macos-latest, 1.85.0): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Build and test (macos-latest, 1.85.0): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Build and test (macos-latest, 1.85.0): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Build and test (macos-latest, 1.85.0): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Build and test (macos-latest, 1.85.0): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Build and test (macos-latest, 1.85.0): src/headers/languages/lua.rs#L44
this method takes 4 arguments but 3 arguments were supplied
Build and test (macos-latest, 1.85.0): src/headers/languages/lua.rs#L60
this method takes 4 arguments but 3 arguments were supplied
Build and test (macos-latest, 1.85.0): src/headers/languages/lua.rs#L102
this method takes 4 arguments but 3 arguments were supplied
Build and test (macos-latest, 1.85.0): src/headers/languages/lua.rs#L118
this method takes 4 arguments but 3 arguments were supplied
Build and test (windows-latest, 1.85.0): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Build and test (windows-latest, 1.85.0): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Build and test (windows-latest, 1.85.0): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Build and test (windows-latest, 1.85.0): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Build and test (windows-latest, 1.85.0): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Build and test (windows-latest, 1.85.0): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Build and test (windows-latest, 1.85.0): src/headers/languages/lua.rs#L44
this method takes 4 arguments but 3 arguments were supplied
Build and test (windows-latest, 1.85.0): src/headers/languages/lua.rs#L60
this method takes 4 arguments but 3 arguments were supplied
Build and test (windows-latest, 1.85.0): src/headers/languages/lua.rs#L102
this method takes 4 arguments but 3 arguments were supplied
Build and test (windows-latest, 1.85.0): src/headers/languages/lua.rs#L118
this method takes 4 arguments but 3 arguments were supplied
Build and test (windows-latest, stable): src/headers/languages/lua.rs#L7
method `emit_docs` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_docs` has 5
Build and test (windows-latest, stable): src/headers/languages/lua.rs#L29
method `emit_simple_enum` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_simple_enum` has 7
Build and test (windows-latest, stable): src/headers/languages/lua.rs#L86
method `emit_struct` has 5 parameters but the declaration in trait `languages::HeaderLanguage::emit_struct` has 6
Build and test (windows-latest, stable): src/headers/languages/lua.rs#L132
method `emit_opaque_type` has 4 parameters but the declaration in trait `languages::HeaderLanguage::emit_opaque_type` has 5
Build and test (windows-latest, stable): src/headers/languages/lua.rs#L151
method `emit_function` has 6 parameters but the declaration in trait `languages::HeaderLanguage::emit_function` has 7
Build and test (windows-latest, stable): src/headers/languages/lua.rs#L201
method `emit_constant` has 7 parameters but the declaration in trait `languages::HeaderLanguage::emit_constant` has 8
Build and test (windows-latest, stable): src/headers/languages/lua.rs#L44
this method takes 4 arguments but 3 arguments were supplied
Build and test (windows-latest, stable): src/headers/languages/lua.rs#L60
this method takes 4 arguments but 3 arguments were supplied
Build and test (windows-latest, stable): src/headers/languages/lua.rs#L102
this method takes 4 arguments but 3 arguments were supplied
Build and test (windows-latest, stable): src/headers/languages/lua.rs#L118
this method takes 4 arguments but 3 arguments were supplied
Check formatting
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check formatting
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check formatting
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check formatting
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check nightly stable and MSRV (ubuntu-latest, 1.85.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check nightly stable and MSRV (ubuntu-latest, 1.85.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check nightly stable and MSRV (ubuntu-latest, 1.85.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check nightly stable and MSRV (ubuntu-latest, 1.85.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check nightly stable and MSRV (macos-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check nightly stable and MSRV (macos-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check nightly stable and MSRV (macos-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check nightly stable and MSRV (macos-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check nightly stable and MSRV (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check nightly stable and MSRV (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check nightly stable and MSRV (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check nightly stable and MSRV (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check nightly stable and MSRV (macos-latest, 1.85.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check nightly stable and MSRV (macos-latest, 1.85.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check nightly stable and MSRV (macos-latest, 1.85.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check nightly stable and MSRV (macos-latest, 1.85.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check `#![no_std]`
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check `#![no_std]`
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check `#![no_std]`
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check `#![no_std]`
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check the package can be released to crates.io
ignoring test `ffi-tests` as `ffi_tests/src/lib.rs` is not included in the published package
Check the package can be released to crates.io
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check the package can be released to crates.io
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check the package can be released to crates.io
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check the package can be released to crates.io
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (macos-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (macos-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (macos-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (macos-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (macos-latest, stable): src/utils/macros.rs#L58
unused attribute `doc`
Build and test (macos-latest, stable): src/utils/macros.rs#L58
unused attribute `doc`
Build and test (macos-latest, stable): src/utils/macros.rs#L58
unused attribute `doc`
Build and test (macos-latest, stable): src/utils/macros.rs#L58
unused attribute `doc`
Build and test (macos-latest, stable): src/utils/macros.rs#L80
unused attribute `doc`
Build and test (macos-latest, stable): src/utils/macros.rs#L58
unused attribute `doc`
Build and test (macos-latest, stable): src/utils/macros.rs#L58
unused attribute `doc`
Build and test (macos-latest, stable): src/utils/macros.rs#L58
unused attribute `doc`
Build and test (macos-latest, stable)
`safer-ffi` (lib) generated 8 warnings
Check all the features combinations on MSRV (--features alloc, --features tokio)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features tokio)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features tokio)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features tokio)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features futures, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features futures, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features futures, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features futures, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features futures)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features futures)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features futures)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features futures)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features dyn-traits)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features dyn-traits)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features dyn-traits)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features dyn-traits)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features tokio)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features tokio)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features tokio)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features tokio)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features tokio, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features tokio, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features tokio, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features tokio, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features dyn-traits)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features dyn-traits)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features dyn-traits)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features dyn-traits)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features futures)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features futures)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features futures)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features futures)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features futures, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features futures, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features futures, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features futures, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features dyn-traits, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features dyn-traits, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features dyn-traits, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features dyn-traits, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits, --featur...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits, --featur...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits, --featur...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits, --featur...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features dyn-traits)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features dyn-traits)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features dyn-traits)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features dyn-traits)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features futures, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features futures, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features futures, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features futures, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features futures)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features futures)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features futures)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features futures)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features futures, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features tokio)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features futures, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features tokio)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features futures, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features tokio)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features futures, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features tokio)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (ubuntu-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (ubuntu-latest, stable)
`safer-ffi` (lib) generated 8 warnings
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features dyn-traits, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features dyn-traits, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features tokio, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features dyn-traits, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features tokio, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features dyn-traits, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features tokio, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features tokio, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features futures)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features futures)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features futures)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features futures)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features tokio)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features tokio)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features tokio)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features tokio)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features dyn-traits, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features dyn-traits, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features dyn-traits, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features dyn-traits, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (ubuntu-latest, 1.85.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (ubuntu-latest, 1.85.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (ubuntu-latest, 1.85.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (ubuntu-latest, 1.85.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (ubuntu-latest, 1.85.0)
`safer-ffi` (lib) generated 8 warnings
Check all the features combinations on MSRV (--features alloc, --features futures, --features sta...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features futures, --features sta...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features futures, --features sta...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features futures, --features sta...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features tokio, --features st...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features tokio, --features st...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features tokio, --features st...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features tokio, --features st...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits, --featur...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits, --featur...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits, --featur...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits, --featur...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features tokio, --features js...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features tokio, --features js...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features tokio, --features js...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features tokio, --features js...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features dyn-traits, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features dyn-traits, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features dyn-traits, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features dyn-traits, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features futures, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features futures, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features futures, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features futures, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features js, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features js, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features js, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features js, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features js, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features js, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features js, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features alloc, --features js, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features tokio, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features tokio, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features tokio, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features tokio, --features js)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features dyn-traits, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features dyn-traits, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features dyn-traits, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features dyn-traits, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits, --featur...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits, --featur...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits, --featur...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features dyn-traits, --featur...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features futures, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features futures, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features futures, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features futures, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features futures, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features futures, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features futures, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features futures, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features dyn-traits, --features js, --features sta...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features dyn-traits, --features js, --features sta...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features dyn-traits, --features js, --features sta...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features dyn-traits, --features js, --features sta...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features js, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features js, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features js, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features js, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features dyn-traits, --feature...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features futures, --features js, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features futures, --features js, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features futures, --features js, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features futures, --features js, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features async-fn, --features headers, --features ...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features tokio, --features js,...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features tokio, --features js,...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features tokio, --features js,...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features tokio, --features js,...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features futures, --features j...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features futures, --features j...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features futures, --features j...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features futures, --features j...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features tokio, --features sta...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features tokio, --features sta...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features tokio, --features sta...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features tokio, --features sta...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features js, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features js, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features js, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features js, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features futures, --features s...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features futures, --features s...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features futures, --features s...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features headers, --features futures, --features s...
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features tokio, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features tokio, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features tokio, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features tokio, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features tokio, --features js, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features tokio, --features js, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features tokio, --features js, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Check all the features combinations on MSRV (--features tokio, --features js, --features stabby)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (macos-latest, 1.85.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (macos-latest, 1.85.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (macos-latest, 1.85.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (macos-latest, 1.85.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (macos-latest, 1.85.0): src/utils/macros.rs#L58
unused attribute `doc`
Build and test (macos-latest, 1.85.0): src/utils/macros.rs#L58
unused attribute `doc`
Build and test (macos-latest, 1.85.0): src/utils/macros.rs#L58
unused attribute `doc`
Build and test (macos-latest, 1.85.0): src/utils/macros.rs#L58
unused attribute `doc`
Build and test (macos-latest, 1.85.0): src/utils/macros.rs#L80
unused attribute `doc`
Build and test (macos-latest, 1.85.0): src/utils/macros.rs#L58
unused attribute `doc`
Build and test (macos-latest, 1.85.0): src/utils/macros.rs#L58
unused attribute `doc`
Build and test (macos-latest, 1.85.0): src/utils/macros.rs#L58
unused attribute `doc`
Build and test (macos-latest, 1.85.0)
`safer-ffi` (lib) generated 8 warnings
Build and test (windows-latest, 1.85.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (windows-latest, 1.85.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (windows-latest, 1.85.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (windows-latest, 1.85.0)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (windows-latest, 1.85.0)
`safer-ffi` (lib) generated 8 warnings
Build and test (windows-latest, stable)
`safer-ffi` (lib) generated 8 warnings
Build and test (windows-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (windows-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (windows-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Build and test (windows-latest, stable)
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/