From 35196eab279340376929dd75ed717ef4830e2fa9 Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Thu, 16 Mar 2023 19:29:32 -0400 Subject: BREAKING(unstable): remove WebGPU (#18094) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR _**temporarily**_ removes WebGPU (which has behind the `--unstable` flag in Deno), due to performance complications due to its presence. It will be brought back in the future; as a point of reference, Chrome will ship WebGPU to stable on 26/04/2023. --------- Co-authored-by: Bartek IwaƄczuk --- test_util/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test_util/src') diff --git a/test_util/src/lib.rs b/test_util/src/lib.rs index 23cf6a026..7b88b0a69 100644 --- a/test_util/src/lib.rs +++ b/test_util/src/lib.rs @@ -1474,7 +1474,7 @@ async fn wrap_client_auth_https_server() { } Err(e) => { - eprintln!("https-client-auth accept error: {:?}", e); + eprintln!("https-client-auth accept error: {e:?}"); yield Err(e); } } -- cgit v1.2.3