Skip to content

Commit c2ad8d2

Browse files
committed
Mark ignore on error code docs in compiler/rustc_borrowck/src/diagnostics/region_errors.rs
1 parent a1999b7 commit c2ad8d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/rustc_borrowck/src/diagnostics/region_errors.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -341,7 +341,7 @@ impl<'a, 'tcx> MirBorrowckCtxt<'a, 'tcx> {
341341
/// Report an error because the universal region `fr` was required to outlive
342342
/// `outlived_fr` but it is not known to do so. For example:
343343
///
344-
/// ```compile_fail,E0312
344+
/// ```ignore(compile_fail,E0312)
345345
/// fn foo<'a, 'b>(x: &'a u32) -> &'b u32 { x }
346346
/// ```
347347
///

0 commit comments

Comments
 (0)