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 17176cc commit ce1a521Copy full SHA for ce1a521
compiler/rustc_infer/src/infer/error_reporting/nice_region_error/mod.rs
@@ -5,8 +5,8 @@ use rustc_errors::{DiagnosticBuilder, ErrorReported};
5
use rustc_middle::ty::{self, TyCtxt};
6
use rustc_span::source_map::Span;
7
8
-pub mod find_anon_type;
9
mod different_lifetimes;
+pub mod find_anon_type;
10
mod named_anon_conflict;
11
mod placeholder_error;
12
mod static_impl_trait;
0 commit comments