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.
#![feature(must_not_suspend)]
1 parent 43883fd commit 577db5eCopy full SHA for 577db5e
src/r3_test_runner/src/main.rs
@@ -1,4 +1,6 @@
1
#![feature(decl_macro)] // `macro`
2
+#![feature(must_not_suspend)] // `must_not_suspend` lint
3
+#![warn(must_not_suspend)]
4
use std::{env, path::Path};
5
use structopt::StructOpt;
6
use thiserror::Error;
0 commit comments