We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2564811 commit ac66570Copy full SHA for ac66570
compiler/rustc_smir/src/rustc_internal/mod.rs
@@ -293,7 +293,7 @@ macro_rules! optional {
293
};
294
}
295
296
-/// Prefer using [run] and [run_with_tcx] instead.
+/// Prefer using [run!] and [run_with_tcx] instead.
297
///
298
/// This macro implements the instantiation of a StableMIR driver, and it will invoke
299
/// the given callback after the compiler analyses.
0 commit comments