ktstr 0.10.0

Test harness for Linux process schedulers
1
2
3
4
5
6
7
8
9
# pinned for trybuild stderr stability; bump with re-bless of tests/compile_fail/*.stderr.
# Re-bless with THIS minimal toolchain: `profile = "minimal"` omits rust-src, so
# rustc can't read core/src/option.rs and drops the `Some(...)` snippet from the
# post_vm*_rejected diagnostics — matching CI. A rust-src-equipped bless embeds
# that snippet and diverges from CI.
[toolchain]
channel = "1.94.1"
profile = "minimal"
components = ["rustfmt", "clippy", "llvm-tools-preview"]