Add warn(unreachable_pub) to rustc_infer.

This commit is contained in:
Nicholas Nethercote
2024-08-27 14:47:56 +10:00
parent 46fe09f3f3
commit 688792715b
10 changed files with 12 additions and 11 deletions

View File

@@ -22,7 +22,7 @@ pub use self::engine::{FromSolverError, ScrubbedTraitError, TraitEngine};
pub(crate) use self::project::UndoLog;
pub use self::project::{
MismatchedProjectionTypes, Normalized, NormalizedTerm, ProjectionCache, ProjectionCacheEntry,
ProjectionCacheKey, ProjectionCacheStorage, Reveal,
ProjectionCacheKey, ProjectionCacheStorage,
};
pub use self::ImplSource::*;
pub use self::SelectionError::*;