diff options
| author | reez12g <reez12g@gmail.com> | 2022-09-16 16:11:54 +0900 |
|---|---|---|
| committer | reez12g <reez12g@gmail.com> | 2022-09-29 16:49:15 +0900 |
| commit | c2ad8d2551da3cb6ee8fe656fe65cbd696ec0e2d (patch) | |
| tree | cc6f4066e69255d04baf89b54f1068312b2e5554 /compiler | |
| parent | a1999b76aa019968060c8271d40f0039a567b547 (diff) | |
| download | rust-c2ad8d2551da3cb6ee8fe656fe65cbd696ec0e2d.tar.gz rust-c2ad8d2551da3cb6ee8fe656fe65cbd696ec0e2d.zip | |
Mark ignore on error code docs in compiler/rustc_borrowck/src/diagnostics/region_errors.rs
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/rustc_borrowck/src/diagnostics/region_errors.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_borrowck/src/diagnostics/region_errors.rs b/compiler/rustc_borrowck/src/diagnostics/region_errors.rs index 43d67bfa729..a4dfc945e33 100644 --- a/compiler/rustc_borrowck/src/diagnostics/region_errors.rs +++ b/compiler/rustc_borrowck/src/diagnostics/region_errors.rs @@ -341,7 +341,7 @@ impl<'a, 'tcx> MirBorrowckCtxt<'a, 'tcx> { /// Report an error because the universal region `fr` was required to outlive /// `outlived_fr` but it is not known to do so. For example: /// - /// ```compile_fail,E0312 + /// ```ignore(compile_fail,E0312) /// fn foo<'a, 'b>(x: &'a u32) -> &'b u32 { x } /// ``` /// |
