Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix typo in expect message #90

Merged
merged 1 commit into from
Aug 27, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
} else {
grow(stack_size, callback)
}
}

Check warning on line 59 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and

unexpected `cfg` condition name: `asm`

Check warning on line 59 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and

unexpected `cfg` condition name: `asm`

Check warning on line 59 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-apple-ios on stable

unexpected `cfg` condition name: `asm`

Check warning on line 59 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to aarch64-apple-ios on stable

unexpected `cfg` condition name: `asm`

Check warning on line 59 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and --release

unexpected `cfg` condition name: `asm`

Check warning on line 59 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and --release

unexpected `cfg` condition name: `asm`

Check warning on line 59 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and --release

unexpected `cfg` condition name: `asm`

Check warning on line 59 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and --release

unexpected `cfg` condition name: `asm`

Check warning on line 59 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and

unexpected `cfg` condition name: `asm`

Check warning on line 59 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and

unexpected `cfg` condition name: `asm`

/// Always creates a new stack for the passed closure to run on.
/// The closure will still be on the same thread as the caller of `grow`.
Expand Down Expand Up @@ -95,7 +95,7 @@
psm_stack_information!(
yes {
fn current_stack_ptr() -> usize {
psm::stack_pointer() as usize

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-apple-ios on stable

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Build psm/Cargo.toml to x86_64-unknown-freebsd on nightly

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Build psm/Cargo.toml to i686-unknown-freebsd on nightly

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to aarch64-apple-ios on stable

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-apple-ios on nightly

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to aarch64-apple-ios on nightly

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to s390x-unknown-linux-gnu with cargo-cross

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to powerpc64le-unknown-linux-gnu with cargo-cross

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on arm-unknown-linux-gnueabi with nightly --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on aarch64-unknown-linux-gnu with nightly -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-unknown-netbsd with cargo-cross

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 98 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on arm-unknown-linux-gnueabi with nightly -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`
}
}
no {
Expand All @@ -106,7 +106,7 @@
// Unlikely to be ever exercised. As a fallback we execute a volatile read to a
// local (to hopefully defeat the optimisations that would make this local a static
// global) and take its address. This way we get a very approximate address of the
// current frame.

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-apple-ios on stable

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Build psm/Cargo.toml to x86_64-unknown-freebsd on nightly

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Build psm/Cargo.toml to i686-unknown-freebsd on nightly

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to aarch64-apple-ios on stable

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-apple-ios on nightly

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to aarch64-apple-ios on nightly

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to s390x-unknown-linux-gnu with cargo-cross

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to powerpc64le-unknown-linux-gnu with cargo-cross

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on arm-unknown-linux-gnueabi with nightly --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on aarch64-unknown-linux-gnu with nightly -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 109 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-unknown-netbsd with cargo-cross

unexpected `cfg` condition name: `switchable_stack`
x.as_mut_ptr().write_volatile(42);
x.as_ptr() as usize
}
Expand Down Expand Up @@ -177,7 +177,7 @@
let result = libc::mprotect(
above_guard_page,
stack_bytes - page_size,
libc::PROT_READ | libc::PROT_WRITE

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-apple-ios on stable

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Build psm/Cargo.toml to x86_64-unknown-freebsd on nightly

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Build psm/Cargo.toml to i686-unknown-freebsd on nightly

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to aarch64-apple-ios on stable

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-apple-ios on nightly

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to aarch64-apple-ios on nightly

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to s390x-unknown-linux-gnu with cargo-cross

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to powerpc64le-unknown-linux-gnu with cargo-cross

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on arm-unknown-linux-gnueabi with nightly --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on aarch64-unknown-linux-gnu with nightly -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 180 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-unknown-netbsd with cargo-cross

unexpected `cfg` condition name: `switchable_stack`
);
#[cfg(target_os = "openbsd")]
let result = if libc::mmap(
Expand Down Expand Up @@ -231,7 +231,7 @@
.expect("unreasonably large stack requested") / page_size;
let stack_pages = std::cmp::max(1, requested_pages) + 2;
let stack_bytes = stack_pages.checked_mul(page_size)
.expect("unreasonably large stack requesteed");
.expect("unreasonably large stack requested");

// Next, there are a couple of approaches to how we allocate the new stack. We take the
// most obvious path and use `mmap`. We also `mprotect` a guard page into our
Expand All @@ -249,7 +249,7 @@
let panic = psm::on_stack(above_guard_page as *mut _, stack_size, move || {
std::panic::catch_unwind(std::panic::AssertUnwindSafe(callback)).err()
});
drop(guard);

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-apple-ios on stable

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Build psm/Cargo.toml to x86_64-unknown-freebsd on nightly

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Build psm/Cargo.toml to i686-unknown-freebsd on nightly

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to aarch64-apple-ios on stable

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-apple-ios on nightly

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to aarch64-apple-ios on nightly

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to s390x-unknown-linux-gnu with cargo-cross

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to powerpc64le-unknown-linux-gnu with cargo-cross

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on arm-unknown-linux-gnueabi with nightly --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on aarch64-unknown-linux-gnu with nightly -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 252 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-unknown-netbsd with cargo-cross

unexpected `cfg` condition name: `switchable_stack`
if let Some(p) = panic {
std::panic::resume_unwind(p);
}
Expand Down Expand Up @@ -314,7 +314,7 @@
}

fn _grow(stack_size: usize, callback: &mut dyn FnMut()) {
// Fibers (or stackful coroutines) is the only official way to create new stacks on the

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-apple-ios on stable

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Build psm/Cargo.toml to x86_64-unknown-freebsd on nightly

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Build psm/Cargo.toml to i686-unknown-freebsd on nightly

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to aarch64-apple-ios on stable

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and --release

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and --release

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and --release

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and --release

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-apple-ios on nightly

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and --release

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and --release

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to aarch64-apple-ios on nightly

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and --release

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and --release

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and --release

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and --release

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to s390x-unknown-linux-gnu with cargo-cross

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to powerpc64le-unknown-linux-gnu with cargo-cross

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on arm-unknown-linux-gnueabi with nightly --release

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on aarch64-unknown-linux-gnu with nightly -Zminimal-versions

unexpected `cfg` condition name: `asm`

Check warning on line 317 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-unknown-netbsd with cargo-cross

unexpected `cfg` condition name: `asm`
// same thread on Windows. So in order to extend the stack we create fiber and switch
// to it so we can use it's stack. After running `callback` within our fiber, we switch
// back to the current stack and destroy the fiber and its associated stack.
Expand All @@ -334,7 +334,7 @@
// regular threads, but they have associated fiber data. We later
// convert it back to a regular thread and free the fiber data.
ConvertThreadToFiber(ptr::null_mut())
}

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-apple-ios on stable

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Build psm/Cargo.toml to x86_64-unknown-freebsd on nightly

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Build psm/Cargo.toml to i686-unknown-freebsd on nightly

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to aarch64-apple-ios on stable

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-apple-ios on nightly

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to aarch64-apple-ios on nightly

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to s390x-unknown-linux-gnu with cargo-cross

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to powerpc64le-unknown-linux-gnu with cargo-cross

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on arm-unknown-linux-gnueabi with nightly --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on aarch64-unknown-linux-gnu with nightly -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 337 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-unknown-netbsd with cargo-cross

unexpected `cfg` condition name: `switchable_stack`
},
};

Expand All @@ -355,7 +355,7 @@
// fiber_proc on it. fiber_proc will run `callback` and then switch back to run the
// next statement.
SwitchToFiber(fiber);
DeleteFiber(fiber);

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-apple-ios on stable

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Build psm/Cargo.toml to x86_64-unknown-freebsd on nightly

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Build psm/Cargo.toml to i686-unknown-freebsd on nightly

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to aarch64-apple-ios on stable

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-apple-ios on nightly

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to aarch64-apple-ios on nightly

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to s390x-unknown-linux-gnu with cargo-cross

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to powerpc64le-unknown-linux-gnu with cargo-cross

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on arm-unknown-linux-gnueabi with nightly --release

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on aarch64-unknown-linux-gnu with nightly -Zminimal-versions

unexpected `cfg` condition name: `switchable_stack`

Check warning on line 358 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-unknown-netbsd with cargo-cross

unexpected `cfg` condition name: `switchable_stack`

// Clean-up.
if !was_fiber && ConvertFiberToThread() == 0 {
Expand All @@ -377,7 +377,7 @@
0x2000
};
let mut stack_guarantee = 0;
unsafe {

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-apple-ios on stable

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Build psm/Cargo.toml to x86_64-unknown-freebsd on nightly

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Build psm/Cargo.toml to i686-unknown-freebsd on nightly

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to aarch64-apple-ios on stable

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and --release

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and --release

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and --release

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and --release

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-apple-ios on nightly

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and --release

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and --release

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to aarch64-apple-ios on nightly

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and --release

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and --release

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and --release

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and --release

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to s390x-unknown-linux-gnu with cargo-cross

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to powerpc64le-unknown-linux-gnu with cargo-cross

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on arm-unknown-linux-gnueabi with nightly --release

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on aarch64-unknown-linux-gnu with nightly -Zminimal-versions

unexpected `cfg` condition name: `asm`

Check warning on line 380 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-unknown-netbsd with cargo-cross

unexpected `cfg` condition name: `asm`
// Read the current thread stack guarantee
// This is the stack reserved for stack overflow
// exception handling.
Expand All @@ -399,7 +399,7 @@
type QueryT = windows_sys::Win32::System::Memory::MEMORY_BASIC_INFORMATION;
let mut mi = std::mem::MaybeUninit::<QueryT>::uninit();
VirtualQuery(
psm::stack_pointer() as *const _,

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-apple-ios on stable

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Build psm/Cargo.toml to x86_64-unknown-freebsd on nightly

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Build psm/Cargo.toml to i686-unknown-freebsd on nightly

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to aarch64-apple-ios on stable

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and --release

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with stable and --release

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and --release

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and --release

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-apple-ios on nightly

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with stable and

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and --release

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and --release

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and -Zminimal-versions

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to aarch64-apple-ios on nightly

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on macOS-latest with nightly and

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and --release

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on ubuntu-latest with nightly and --release

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and --release

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and --release

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on windows-latest with nightly and

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to s390x-unknown-linux-gnu with cargo-cross

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to powerpc64le-unknown-linux-gnu with cargo-cross

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on arm-unknown-linux-gnueabi with nightly --release

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Test psm/Cargo.toml on aarch64-unknown-linux-gnu with nightly -Zminimal-versions

unexpected `cfg` condition name: `asm`

Check warning on line 402 in src/lib.rs

View workflow job for this annotation

GitHub Actions / Cross-compile psm/Cargo.toml to x86_64-unknown-netbsd with cargo-cross

unexpected `cfg` condition name: `asm`
mi.as_mut_ptr(),
std::mem::size_of::<QueryT>() as usize,
);
Expand Down
Loading