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.
2 parents a7b9735 + 801b908 commit 5d8b81cCopy full SHA for 5d8b81c
src/bin/miri.rs
@@ -352,6 +352,7 @@ fn fatal_error_(msg: &impl std::fmt::Display) -> ! {
352
macro_rules! fatal_error {
353
($($tt:tt)*) => { $crate::fatal_error_(&format_args!($($tt)*)) };
354
}
355
+#[allow(unused)] // use depends on cfg
356
use fatal_error;
357
358
/// Execute a compiler with the given CLI arguments and callbacks.
0 commit comments