We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8fb2402 commit b734575Copy full SHA for b734575
crates/base/tests/linux_pku_sigsegv_test_cli.rs
@@ -10,7 +10,8 @@ async fn test_not_trigger_pku_sigsegv_due_to_jit_compilation_cli() {
10
"slow_resp",
11
None,
12
13
- None(|resp: Result<reqwest::Response, reqwest::Error>| async {
+ None::<reqwest::RequestBuilder>,
14
+ (|resp: Result<reqwest::Response, reqwest::Error>| async {
15
assert!(resp.unwrap().text().await.unwrap().starts_with("meow: "));
16
})
17
);
0 commit comments