mirror of
https://github.com/rust-lang/rust.git
synced 2026-06-02 06:28:20 +03:00
Merge #11198
11198: Remove unused lifetime r=lnicola a=Aaron1011 Co-authored-by: Aaron Hill <aa1ronham@gmail.com>
This commit is contained in:
@@ -358,7 +358,7 @@ pub fn replace_errors_with_variables<T>(t: &T) -> Canonical<T::Result>
|
||||
struct ErrorReplacer {
|
||||
vars: usize,
|
||||
}
|
||||
impl<'i> Folder<Interner> for ErrorReplacer {
|
||||
impl Folder<Interner> for ErrorReplacer {
|
||||
type Error = NoSolution;
|
||||
|
||||
fn as_dyn(&mut self) -> &mut dyn Folder<Interner, Error = Self::Error> {
|
||||
|
||||
Reference in New Issue
Block a user