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 f6466ce commit 801b908Copy full SHA for 801b908
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