We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tidy
1 parent 2886037 commit d583fefCopy full SHA for d583fef
src/librustc_mir/dataflow/generic.rs
@@ -21,7 +21,7 @@ use crate::dataflow::BottomValue;
21
/// You should use an `Engine` to actually run an analysis, and a `ResultsCursor` to inspect the
22
/// results of that analysis like so:
23
///
24
-/// ```ignore
+/// ```ignore(cross-crate-imports)
25
/// fn do_my_analysis(body: &mir::Body<'tcx>, dead_unwinds: &BitSet<BasicBlock>) {
26
/// let analysis = MyAnalysis::new();
27
/// let results = Engine::new(body, dead_unwinds, analysis).iterate_to_fixpoint();
0 commit comments