Dawid Szostak

Results 3 issues of Dawid Szostak

Is there any way to access interfaces of other WASM components? I've created a `plugin1` with the following `.wit` representation: ```wit package test:plugin1; world plugin1 { import engine: interface {...

**rust-analyzer version**: rust-analyzer version: 0.3.2137-standalone [/home/dawid/.vscode/extensions/rust-lang.rust-analyzer-0.3.2137-linux-x64/server/rust-analyzer] **rustc version**: rustc 1.82.0 (f6e511eec 2024-10-15) **editor or extension**: VSCode **relevant settings**: None **code snippet to reproduce**: ```rust use libloading::*; fn false_positive( library: &'static...

A-diagnostics
C-bug
A-mir

async functions may resume and continue execution any time. This crate currently does not account for this in any way. For example, this: ```rust use std::time::Duration; use tracing_subscriber::layer::SubscriberExt; fn main()...